mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 00:09:51 +03:00
typo
This commit is contained in:
@@ -43,7 +43,7 @@ void WebCustomEntityService::begin() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// this creates the entity file, saving it to the FS
|
// this creates the entity file, saving it to the FS
|
||||||
// and also calls when the Entity web page is refreshed
|
// and also calls when the Custom Entity web page is refreshed
|
||||||
void WebCustomEntity::read(WebCustomEntity & webEntity, JsonObject root) {
|
void WebCustomEntity::read(WebCustomEntity & webEntity, JsonObject root) {
|
||||||
JsonArray entity = root["entities"].to<JsonArray>();
|
JsonArray entity = root["entities"].to<JsonArray>();
|
||||||
uint8_t counter = 0;
|
uint8_t counter = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user