mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
@@ -1,9 +1,9 @@
|
|||||||
# Name, Type, SubType, Offset, Size, Flags
|
# Name, Type, SubType, Offset, Size, Flags
|
||||||
nvs, data, nvs, 0x9000, 0x005000,
|
nvs, data, nvs, 0x9000, 0x005000,
|
||||||
otadata, data, ota, , 0x002000,
|
otadata, data, ota, , 0x002000,
|
||||||
boot, app, factory, , 0x280000,
|
boot, app, factory, , 0x480000,
|
||||||
app0, app, ota_0, , 0x590000,
|
app0, app, ota_0, , 0x490000,
|
||||||
app1, app, ota_1, , 0x590000,
|
app1, app, ota_1, , 0x490000,
|
||||||
nvs1, data, nvs, , 0x040000,
|
nvs1, data, nvs, , 0x040000,
|
||||||
spiffs, data, spiffs, , 0x200000,
|
spiffs, data, spiffs, , 0x200000,
|
||||||
coredump, data, coredump,, 0x010000,
|
coredump, data, coredump,, 0x010000,
|
||||||
|
@@ -123,7 +123,7 @@
|
|||||||
|
|
||||||
// Thermostat remote - 0x38
|
// Thermostat remote - 0x38
|
||||||
{ 3, DeviceType::THERMOSTAT, "RT800, RC220", DeviceFlags::EMS_DEVICE_FLAG_RC100H},
|
{ 3, DeviceType::THERMOSTAT, "RT800, RC220", DeviceFlags::EMS_DEVICE_FLAG_RC100H},
|
||||||
{200, DeviceType::THERMOSTAT, "RC100H", DeviceFlags::EMS_DEVICE_FLAG_RC100H},
|
{200, DeviceType::THERMOSTAT, "RC100H, CR10H", DeviceFlags::EMS_DEVICE_FLAG_RC100H},
|
||||||
{249, DeviceType::THERMOSTAT, "TR120RF, CR20RF", DeviceFlags::EMS_DEVICE_FLAG_RC100H},
|
{249, DeviceType::THERMOSTAT, "TR120RF, CR20RF", DeviceFlags::EMS_DEVICE_FLAG_RC100H},
|
||||||
|
|
||||||
// Solar Modules - 0x30 (for solar), 0x2A, 0x41 (for ww)
|
// Solar Modules - 0x30 (for solar), 0x2A, 0x41 (for ww)
|
||||||
|
|||||||
Reference in New Issue
Block a user