kopia lustrzana https://github.com/Aircoookie/WLED
rodzic
17428d58d9
commit
dc8230bf2e
|
@ -675,7 +675,11 @@ void serializeInfo(JsonObject root)
|
||||||
wifi_info[F("txPower")] = (int) WiFi.getTxPower();
|
wifi_info[F("txPower")] = (int) WiFi.getTxPower();
|
||||||
wifi_info[F("sleep")] = (bool) WiFi.getSleep();
|
wifi_info[F("sleep")] = (bool) WiFi.getSleep();
|
||||||
#endif
|
#endif
|
||||||
root[F("arch")] = "esp32";
|
#if !defined(CONFIG_IDF_TARGET_ESP32C2) && !defined(CONFIG_IDF_TARGET_ESP32C3) && !defined(CONFIG_IDF_TARGET_ESP32S2) && !defined(CONFIG_IDF_TARGET_ESP32S3)
|
||||||
|
root[F("arch")] = "esp32";
|
||||||
|
#else
|
||||||
|
root[F("arch")] = ESP.getChipModel();
|
||||||
|
#endif
|
||||||
root[F("core")] = ESP.getSdkVersion();
|
root[F("core")] = ESP.getSdkVersion();
|
||||||
//root[F("maxalloc")] = ESP.getMaxAllocHeap();
|
//root[F("maxalloc")] = ESP.getMaxAllocHeap();
|
||||||
#ifdef WLED_DEBUG
|
#ifdef WLED_DEBUG
|
||||||
|
|
Ładowanie…
Reference in New Issue