Hello,
i try to have a global var lets say on page 0.
The status of the variable is controlled by MCU.
Lets say i am on page 1 and the MCU sends a var update for the page 0 global var.
The status does not change on page 1.
I have timer on page 1 which reads the status of page 0 var and should change something.
In debug mode it works, why does it not work on a real device?
Anybody else knows this issue?
I know, i can go to Nextion “Community” but i have the feeling that it will return a standard message like “Learn how to program” or “See the instruction set” haha
So again short problem descritpion:
Page 0 has a global var. Number.
Display is on Page 1 which has a timer to check page0var.val to show the value
MCU change value for global var on Page 0.
Nothing happens.
In debug mode it works. if i am on page 1 and change value with the instruction page0var.val=1 it shows the status of page0 global var but not on a real device.
Hope someone can help
Thanks,
Alex