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

@@ -0,0 +1,9 @@
Command: ninja all
[1/5] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\e.adame\Documents\ESP32_ModbusTCP\build && C:\Espressif\tools\python\v6.0\venv\Scripts\python.exe C:/esp/v6.0/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/partition_table/partition-table.bin C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/modbus_tcp_esp32.bin"
modbus_tcp_esp32.bin binary size 0xc6a30 bytes. Smallest app partition is 0x100000 bytes. 0x395d0 bytes (22%) free.
[2/5] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\e.adame\Documents\ESP32_ModbusTCP\build\esp-idf\main && C:\Espressif\tools\python\v6.0\venv\Scripts\python.exe C:/esp/v6.0/esp-idf/components/spiffs/spiffsgen.py 0xf0000 C:/Users/e.adame/Documents/ESP32_ModbusTCP/spiffs C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/spiffs.bin --page-size=256 --obj-name-len=32 --meta-len=4 --use-magic --use-magic-len"
[3/5] Performing build step for 'bootloader'
[1/1] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\e.adame\Documents\ESP32_ModbusTCP\build\bootloader && C:\Espressif\tools\python\v6.0\venv\Scripts\python.exe C:/esp/v6.0/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader/bootloader.bin"
Bootloader binary size 0x6610 bytes. 0x9f0 bytes (9%) free.