11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
// 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 = "";
|