Files
disaster-radio/firmware/secrets.H
phoenix d3b706eaa6 Improve Wifi
This commit makes connecting to an existing WiFi more robust
and adds the missing `secrets.h` file for WiFi configuration.
2020-10-07 21:46:49 +02:00

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"