feat(gateway): enhance DALI and KNX integration with tunnel confirmation handling and improved message routing

Signed-off-by: Tony <tonylu@tony-cloud.com>
This commit is contained in:
Tony
2026-05-16 09:34:14 +08:00
parent 82142dd46c
commit 77fe8c1b02
5 changed files with 246 additions and 47 deletions
+6 -5
View File
@@ -1,6 +1,7 @@
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x6000,
otadata, data, ota, 0xf000, 0x2000,
phy_init, data, phy, 0x11000, 0x1000,
factory, app, factory, 0x20000, 0x280000,
storage, data, spiffs, 0x300000, 0x100000,
nvs, data, nvs, 0x9000, 0x14000,
otadata, data, ota, 0x1D000, 0x2000,
phy_init, data, phy, 0x1F000, 0x1000,
factory, app, factory, 0x20000, 0x300000,
knxprops, data, 0x40, 0x320000, 0x60000,
storage, data, spiffs, 0x380000, 0x80000,
1 # Name Type SubType Offset Size Flags
2 nvs data nvs 0x9000 0x6000 0x14000
3 otadata data ota 0xf000 0x1D000 0x2000
4 phy_init data phy 0x11000 0x1F000 0x1000
5 factory app factory 0x20000 0x280000 0x300000
6 storage knxprops data spiffs 0x40 0x300000 0x320000 0x100000 0x60000
7 storage data spiffs 0x380000 0x80000