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

5
spiffs/TEST.csv Normal file
View File

@@ -0,0 +1,5 @@
type,address,name,data_type,control_address,pics_address,pics_data_type,notes
Discrete_Input,10001,Boolean1,bool,00001,,,
Coil,00001,Boolean1_Ovr,bool,,,,
Input_Register,30001,Int1,uint16,40001,,,
Holding_Register,40001,Int1_Ovr,uint16,,,,
1 type address name data_type control_address pics_address pics_data_type notes
2 Discrete_Input 10001 Boolean1 bool 00001
3 Coil 00001 Boolean1_Ovr bool
4 Input_Register 30001 Int1 uint16 40001
5 Holding_Register 40001 Int1_Ovr uint16