GPS2MQTT/config.h.example

8 lines
163 B
Plaintext
Raw Permalink Normal View History

2024-05-31 17:33:19 +02:00
#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"