#pragma once // Copy this to secrets.h and fill in real values. // secrets.h is gitignored. // WiFi networks to try in order static const char* WIFI_SSIDS[] = { "Dobro Veče", }; static const char* WIFI_PASSPHRASES[] = { "goodnight", }; static const int WIFI_NETWORK_COUNT = 1; // MQTT broker #define MQTT_HOST "192.168.81.147" #define MQTT_PORT 1883