#ifndef SECRETS_H #define SECRETS_H #define HTTP_USERNAME "" // not used #define HTTP_PASSWORD "" // not used #define WIFI_SSID "" // Your wifi name #define WIFI_PASS "" // Your wifi password #define SERVER "" // Your server ip address #define CHAT_NAME "" // Your name on the chat program // #define SECURE // not used #endif // SECRETS_H {CUSTOM}