v0.39
- fixes a bug with special-chars in rainbow mode - adds a new key "pos" to the custompage api where you can define the position of your page in the loop. closes #13
This commit is contained in:
@@ -42,7 +42,7 @@ IPAddress gateway;
|
||||
IPAddress subnet;
|
||||
IPAddress primaryDNS;
|
||||
IPAddress secondaryDNS;
|
||||
const char *VERSION = "0.38";
|
||||
const char *VERSION = "0.39";
|
||||
String MQTT_HOST = "";
|
||||
uint16_t MQTT_PORT = 1883;
|
||||
String MQTT_USER;
|
||||
|
||||
Reference in New Issue
Block a user