pimoroni-pico/examples/pico_wireless/secrets.h

8 wiersze
177 B
C

#include "pico/stdlib.h"
2021-03-29 16:17:48 +00:00
//DO NOT COMMIT THIS FILE!!!
//Your wireless network's name and password
2021-04-07 12:23:54 +00:00
#define NETWORK "network name here"
#define PASSWORD "network password here"