pimoroni-pico/examples/pico_wireless/secrets.h

5 lines
133 B
C
Raw Normal View History

#include "pico/stdlib.h"
static const char NETWORK[] = "network name here";
static const char PASSWORD[] = "network password here";