Skip to content
Snippets Groups Projects
Commit 61871037 authored by ft-Demo's avatar ft-Demo
Browse files

commit by robo pro coding

parent 3f137713
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
<field name="instance_name">txt_label_version</field>
<value name="value">
<shadow type="text" id="T9nyAyJIRL7l_Nn(S-rd">
<field name="TEXT">Version 2022/11/11</field>
<field name="TEXT">Version 2022/11/23</field>
</shadow>
</value>
<next>
......@@ -25,7 +25,7 @@
<mutation items="1"/>
<value name="value">
<shadow type="text" id="I~XAtEGN-;qa!e~~O$oI">
<field name="TEXT">&lt;b&gt;http://{}:1880/ui&lt;/b&gt;</field>
<field name="TEXT">&lt;b&gt;http://{}.local:1880/ui&lt;/b&gt;</field>
</shadow>
</value>
<value name="ADD0">
......
......@@ -27,9 +27,9 @@ from lib.VGR_NodeRED import *
controller_name = None
display.set_attr("txt_label_version.text", str('Version 2022/11/11'))
display.set_attr("txt_label_version.text", str('Version 2022/11/23'))
controller_name = os.uname()[1]
display.set_attr("txt_label_message2.text", str('<b>http://{}:1880/ui</b>'.format(controller_name)))
display.set_attr("txt_label_message2.text", str('<b>http://{}.local:1880/ui</b>'.format(controller_name)))
initlib_log(5)
threading.Thread(target=thread_lights, daemon=True).start()
initlib_Axes1Ref()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment