pimoroni-pico/examples/pico_wireless/secrets.h

8 wiersze
207 B
C
Czysty Zwykły widok Historia

#include "pico/stdlib.h"
2021-03-29 16:17:48 +00: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";