You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
G8TidinessButtons/config.h.dist

10 lines
228 B

// Update these with values suitable for your network.
const char* wifi_hostname = "";
const char* ssid = "";
const char* password = "";
const char* mqtt_server = "";
const char* outTopic = "";
const char* ota_password = "";