2021-03-29 17:11:20 +01:00
|
|
|
#include "pico/stdlib.h"
|
|
|
|
|
2021-03-29 17:17:48 +01:00
|
|
|
//DO NOT COMMIT THIS FILE!!!
|
|
|
|
|
|
|
|
//Your wireless network's name and password
|
2021-03-29 17:11:20 +01:00
|
|
|
static const char NETWORK[] = "network name here";
|
|
|
|
static const char PASSWORD[] = "network password here";
|