update docs

This commit is contained in:
Stephan Mühl
2023-04-01 21:31:05 +02:00
parent 4cbce3f860
commit 641572671f
9 changed files with 66 additions and 37 deletions

View File

@@ -116,7 +116,7 @@ IPAddress gateway;
IPAddress subnet;
IPAddress primaryDNS;
IPAddress secondaryDNS;
const char *VERSION = "0.45";
const char *VERSION = "0.46";
String MQTT_HOST = "";
uint16_t MQTT_PORT = 1883;
String MQTT_USER;