esp8266-geigercounter/wifi.h

5 lines
87 B
C
Raw Permalink Normal View History

2020-09-26 17:34:24 +02:00
char mqtt_server[80] = "example.tld";
char username[24] = "";
char password[24] = "";