/** * @file secrets.h * @brief Sensitive credentials — DO NOT COMMIT * * Copy this file to secrets.h and fill in your values. */ #ifndef SECRETS_H #define SECRETS_H #define WIFI_SSID "your-ssid" #define WIFI_PASSWORD "your-password" #endif // SECRETS_H