SimpleWeather/include/secrets.h SAMPLE

4 lines
162 B
Plaintext

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;