GPS2MQTT/config.h.example
2024-05-31 17:33:19 +02:00

8 lines
163 B
Plaintext

#define WLAN_SSID "foo"
#define WLAN_PASS "bar"
#define MQTT_SERVER "example.org"
#define MQTT_PORT 1883
#define MQTT_USERNAME "baz"
#define MQTT_PASSWORD "moep"