Hello,
i'm using ui_template for simple welcome popup on program startup, i like show welcome message and SW version, the value is stored in global variable named "versione".
I have used the this sintax, but doens't work, variable field still empyt.
Where i'm wrong ?
<p>Firmware Version:{{global.get("versione")}}</p>
thank for help.