Fixed multiple devices causing overflow in compile. Fixed PICS Float data type not being decoded correctly (bit order reversed).

This commit is contained in:
2026-05-21 14:06:43 -05:00
parent 7ab3723533
commit 70cd36c934
1394 changed files with 35353 additions and 35295 deletions

View File

@@ -7,6 +7,6 @@
"IDF_VERSION": "6.0.0",
"IDF_ENV_FPGA": "",
"IDF_PATH": "C:/esp/v6.0/esp-idf",
"COMPONENT_KCONFIGS_SOURCE_FILE": "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/kconfigs.in",
"COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader/kconfigs_projbuild.in"
"COMPONENT_KCONFIGS_SOURCE_FILE": "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/kconfigs.in",
"COMPONENT_KCONFIGS_PROJBUILD_SOURCE_FILE": "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/kconfigs_projbuild.in"
}