- #ifndef CREDENTIALS_H
- #define CREDENTIALS_H
- // TODO: Make this load dynamically from flash, preferably with a way to
- // set it through the web browser such as https://github.com/zhouhan0126/WIFIMANAGER-ESP32
- extern const char* SSID;
- extern const char* WIFI_PASS;
- #endif
|