From c3ee89e8cd24662f2b1f3c65b33dbaec6fec78fa Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 24 Oct 2024 07:34:45 +0200 Subject: [PATCH 1/2] add CR10H --- src/device_library.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device_library.h b/src/device_library.h index 521c4d51e..62b82a9cd 100644 --- a/src/device_library.h +++ b/src/device_library.h @@ -123,7 +123,7 @@ // Thermostat remote - 0x38 { 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}, // Solar Modules - 0x30 (for solar), 0x2A, 0x41 (for ww) From 2d4fb09e0e50b87322790c550ff1c909bb33fd7f Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Thu, 24 Oct 2024 07:35:17 +0200 Subject: [PATCH 2/2] partitions 16MB --- esp32_partition_16M.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/esp32_partition_16M.csv b/esp32_partition_16M.csv index e912ccc98..343e8376a 100644 --- a/esp32_partition_16M.csv +++ b/esp32_partition_16M.csv @@ -1,9 +1,9 @@ # Name, Type, SubType, Offset, Size, Flags nvs, data, nvs, 0x9000, 0x005000, otadata, data, ota, , 0x002000, -boot, app, factory, , 0x280000, -app0, app, ota_0, , 0x590000, -app1, app, ota_1, , 0x590000, +boot, app, factory, , 0x480000, +app0, app, ota_0, , 0x490000, +app1, app, ota_1, , 0x490000, nvs1, data, nvs, , 0x040000, spiffs, data, spiffs, , 0x200000, coredump, data, coredump,, 0x010000, \ No newline at end of file