beremiz

Disable generation of web settings for Modbus
modbus_hotfix
2023-10-09, Edouard Tisserant
f5ede9b04d54
Parents efe0b5b21842
Children 8c7295ae9fd0
Disable generation of web settings for Modbus
--- a/modbus/modbus.py Fri Aug 18 11:38:20 2023 +0200
+++ b/modbus/modbus.py Mon Oct 09 11:39:33 2023 +0200
@@ -1271,5 +1271,5 @@
runtimefile.close()
return ([(Gen_MB_c_path, ' -I"' + ModbusPath + '"')], LDFLAGS, True,
- ("runtime_%s_modbus_websettings.py" % location_str, open(runtimefile_path, "rb")),
+ # ("runtime_%s_modbus_websettings.py" % location_str, open(runtimefile_path, "rb")),
)