mirror of
https://github.com/sudomesh/disaster-radio.git
synced 2026-03-03 07:24:00 +01:00
This commit makes connecting to an existing WiFi more robust and adds the missing `secrets.h` file for WiFi configuration.
8 lines
192 B
C
8 lines
192 B
C
/*
|
|
* Copy this file to 'secrets.h' and place SSIDs, passwords etc in that file,
|
|
* it will not be tracked by git
|
|
*/
|
|
|
|
//#define WIFI_SSID "WIFI_SSID"
|
|
//#define WIFI_PASSWORD "WIFI_PASSWORD"
|