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

@@ -39,12 +39,12 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_system/port/cmake_install.cmake")
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_system/port/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_system/install_local_manifest.txt"
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_system/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@@ -1,6 +1,6 @@
/* Automatically generated file; DO NOT EDIT */
/* Espressif IoT Development Framework Linker Script */
/* Generated from: C:\Users\e.adame\Documents\ESP32_Modbus_TCP_to_PICS_MULTI\build\esp-idf\esp_system\ld\sections.ld.in */
/* Generated from: C:\Users\e.adame\Documents\ESP32_ModbusTCP\build\esp-idf\esp_system\ld\sections.ld.in */
/*
* SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD

View File

@@ -39,12 +39,12 @@ endif()
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
# Include the install script for the subdirectory.
include("C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake")
include("C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_system/port/soc/esp32/cmake_install.cmake")
endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_system/port/install_local_manifest.txt"
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_system/port/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()

View File

@@ -40,6 +40,6 @@ endif()
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
"${CMAKE_INSTALL_MANIFEST_FILES}")
if(CMAKE_INSTALL_LOCAL_ONLY)
file(WRITE "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/esp-idf/esp_system/port/soc/esp32/install_local_manifest.txt"
file(WRITE "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/esp-idf/esp_system/port/soc/esp32/install_local_manifest.txt"
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
endif()