Fixed multiple devices causing overflow in compile. Fixed PICS Float data type not being decoded correctly (bit order reversed).
This commit is contained in:
@@ -1 +1 @@
|
||||
cmd='C:/Espressif/tools/cmake/4.0.3/bin/cmake.exe;-DSDKCONFIG=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/sdkconfig;-DIDF_PATH=C:/esp/v6.0/esp-idf;-DIDF_TARGET=esp32;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=C:/Espressif/tools/python/v6.0/venv/Scripts/python.exe;-DEXTRA_COMPONENT_DIRS=C:/esp/v6.0/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
||||
cmd='C:/Espressif/tools/cmake/4.0.3/bin/cmake.exe;-DSDKCONFIG=C:/Users/e.adame/Documents/ESP32_ModbusTCP/sdkconfig;-DIDF_PATH=C:/esp/v6.0/esp-idf;-DIDF_TARGET=esp32;-DPYTHON_DEPS_CHECKED=1;-DPYTHON=C:/Espressif/tools/python/v6.0/venv/Scripts/python.exe;-DEXTRA_COMPONENT_DIRS=C:/esp/v6.0/esp-idf/components/bootloader;-DPROJECT_SOURCE_DIR=C:/Users/e.adame/Documents/ESP32_ModbusTCP;-DIGNORE_EXTRA_COMPONENT=;-GNinja;-S;<SOURCE_DIR><SOURCE_SUBDIR>;-B;<BINARY_DIR>'
|
||||
|
||||
@@ -10,18 +10,18 @@ if(NOT EXISTS "C:/esp/v6.0/esp-idf/components/bootloader/subproject")
|
||||
file(MAKE_DIRECTORY "C:/esp/v6.0/esp-idf/components/bootloader/subproject")
|
||||
endif()
|
||||
file(MAKE_DIRECTORY
|
||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader"
|
||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix"
|
||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/tmp"
|
||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp"
|
||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src"
|
||||
"C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp"
|
||||
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader"
|
||||
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix"
|
||||
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/tmp"
|
||||
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp"
|
||||
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src"
|
||||
"C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp"
|
||||
)
|
||||
|
||||
set(configSubDirs )
|
||||
foreach(subDir IN LISTS configSubDirs)
|
||||
file(MAKE_DIRECTORY "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
|
||||
file(MAKE_DIRECTORY "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp/${subDir}")
|
||||
endforeach()
|
||||
if(cfgdir)
|
||||
file(MAKE_DIRECTORY "C:/Users/e.adame/Documents/ESP32_Modbus_TCP_to_PICS_MULTI/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
|
||||
file(MAKE_DIRECTORY "C:/Users/e.adame/Documents/ESP32_ModbusTCP/build/bootloader-prefix/src/bootloader-stamp${cfgdir}") # cfgdir has leading slash
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user