So i'm trying to define global variables for a page, and i presume it's best placed in the "utility" section?
I put in a code block:
sens, velo, ch_tog, test = 1200, 300, 0, 321
Then i made a button to just print out the values to debug.
When i commit the code, everything works.
After restarting the device, i get al sorts of errors, and it turns out, only the first 2 defined variables are recalled. If i edit the code block and commit, all variables work again, UNTIL i press STORE.
Then again all variables get lost after the first two....
Is this a bug, or am i placing my variables in the wrong place?
