esp8266-geigercounter/wifi.h

5 lines
87 B
C

char mqtt_server[80] = "example.tld";
char username[24] = "";
char password[24] = "";