diff -r ddbf029f5682 -r 9d08e3bba629 runtime/Modbus_config.py --- a/runtime/Modbus_config.py Sat Jun 06 08:50:36 2020 +0100 +++ b/runtime/Modbus_config.py Sat Jun 06 08:51:32 2020 +0100 @@ -147,6 +147,8 @@ ("addr_type" , _("") , ctypes.c_char_p, annotate.String) ] +# Parameters we will need to get from the C code, and that _will_ be shown +# on the web interface. TCPclient_parameters = [ # param. name label ctype type annotate type # (C code var name) (used on web interface) (C data type) (web data type)