hmbrw4life
Can't Quit
FYI that does not work out of the gate. It will not connect to wifi.
If I define:
#ifndef STASSID
#define STASSID "SSID"
#define STAPSK "PASSWORD"
const char* ssid = STASSID;
const char* password = STAPSK;
It then works, so it appears something is up.
If I define:
#ifndef STASSID
#define STASSID "SSID"
#define STAPSK "PASSWORD"
const char* ssid = STASSID;
const char* password = STAPSK;
It then works, so it appears something is up.