pimoroni-pico/examples/pico_wireless/secrets.h

8 wiersze
207 B
C

#include "pico/stdlib.h"
//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";