WiFiPositionSystem/include/credentials.h

13 lines
372 B
C
Raw Normal View History

2025-01-10 15:03:21 +00:00
/************************* WiFi Access Point *********************************/
#define WLAN_SSID ""
#define WLAN_PASS ""
/************************* MQTT Setup *********************************/
#define MQTT_SERVER ""
#define MQTT_SERVERPORT 1883 // use 8883 for SSL
//#define MQTT_USERNAME ""
//#define MQTT_PASSWORD ""