5 lines
133 B
C
5 lines
133 B
C
|
#include "pico/stdlib.h"
|
||
|
|
||
|
static const char NETWORK[] = "network name here";
|
||
|
static const char PASSWORD[] = "network password here";
|