pimoroni-pico/examples/pico_wireless/secrets.h

8 lines
177 B
C
Raw Normal View History

#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-04-07 13:23:54 +01:00
#define NETWORK "network name here"
#define PASSWORD "network password here"