pimoroni-pico/examples/pico_wireless/secrets.h

8 lines
207 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
static const char NETWORK[] = "network name here";
static const char PASSWORD[] = "network password here";