add comment
authorMario de Sousa <msousa@fe.up.pt>
Sat, 06 Jun 2020 08:51:32 +0100
changeset 2661 9d08e3bba629
parent 2660 ddbf029f5682
child 2662 654583c4af83
add comment
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)