SimpleWeather/include/secrets.h SAMPLE

4 lines
162 B
Plaintext
Raw Normal View History

2020-07-14 16:52:25 +10:00
const char* wifi_ssid = "WIFI NETWORK HERE";
const char* wifi_password = "WIFI PASSWORD HERE";
const char* mqttServer = "192.168.1.1";
const int mqttPort = 1883;