Full support for Athom WLED Music Controller

- athom_music_esp32_4MB_M bin
- show flashsize in info tab and /getflash
- support of their ir-remote (24-key music)

Not supported yet
- mac addres in AP name (need to experiment with WLED_AP_SSID_UNIQUE)
This commit is contained in:
Ewoud
2023-03-21 12:51:29 +01:00
parent 81fd9be03a
commit b271168f81
6 changed files with 2261 additions and 2225 deletions

View File

@@ -892,6 +892,7 @@ void serializeInfo(JsonObject root)
#endif
root[F("lwip")] = 0; //deprecated
root[F("totalheap")] = ESP.getHeapSize(); //WLEDMM
root[F("getflash")] = ESP.getFlashChipSize(); //WLEDMM and Athom
#else
root[F("arch")] = "esp8266";
root[F("core")] = ESP.getCoreVersion();