//OTA credentials #define SECRET_SKETCHPASS "********" // WIFI configuration #define SECRET_WIFI_SSID "********" #define SECRET_WIFI_PASSWORD "********" //MQTT credentials #define SECRET_MQTT_HOST IPAddress(123, 456, 789, 100) #define SECRET_MQTT_PORT 1883 #define SECRET_MQTT_USER "********" #define SECRET_MQTT_PASSWORD "********"