mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
typos, update
This commit is contained in:
@@ -108,7 +108,7 @@ build_type = release
|
|||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
lib_deps =
|
lib_deps =
|
||||||
bblanchon/ArduinoJson @ 7.4.2
|
bblanchon/ArduinoJson @ 7.4.2
|
||||||
ESP32Async/AsyncTCP @ 3.4.8
|
ESP32Async/AsyncTCP @ 3.4.9
|
||||||
ESP32Async/ESPAsyncWebServer @ 3.8.1
|
ESP32Async/ESPAsyncWebServer @ 3.8.1
|
||||||
https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.8
|
https://github.com/emsesp/EMS-ESP-Modules.git @ 1.0.8
|
||||||
|
|
||||||
|
|||||||
@@ -258,6 +258,9 @@ uint8_t EMSdevice::device_name_2_device_type(const char * topic) {
|
|||||||
if (!strcmp(lowtopic, F_(pool))) {
|
if (!strcmp(lowtopic, F_(pool))) {
|
||||||
return DeviceType::POOL;
|
return DeviceType::POOL;
|
||||||
}
|
}
|
||||||
|
if (!strcmp(lowtopic, F_(connect))) {
|
||||||
|
return DeviceType::CONNECT;
|
||||||
|
}
|
||||||
|
|
||||||
// non EMS
|
// non EMS
|
||||||
if (!strcmp(lowtopic, F_(custom))) {
|
if (!strcmp(lowtopic, F_(custom))) {
|
||||||
|
|||||||
Reference in New Issue
Block a user