#pragma once // Copy to secrets.h and fill in before building #define WIFI_SSID "your-wifi-ssid" #define WIFI_PASS "your-wifi-password" #define MQTT_PASS "your-mqtt-password" #define HMAC_KEY "your-secret-hmac-key-at-least-32-chars"