Started with UIFlow 2.0/M5Paper today and just when I got things to work, I got network error. Unable to transfer program using USB also... or the USB seems to work but the program transferred is an old version... Restarted my PC end lost quite a bit but still "Check network..."...
First step was removing the b' at the beginning and ' at the end
Then convert that to JSON with "loads json" block
The "loads json" for the individual elements are redundant and you just pull straight from the json variable
Hi @teastain .
I don’t know how to program in C++, that’s why I have fun with the Uiflow blocks.
I am very grateful for your intention to help me and I will try to test the code, although modifying it will be my problem.
Thanks
The fix for me was enabling wifi at the start of my code, I knew I needed wifi for the RTC functions but assumed it wouldn't affect positioning of objects, but it did. I added a check loop to make sure wifi is connected before proceeding.
I have a function that is executed in successive iterations and needs to have local variables. On Arduino it's very easy to create local variables that work within the function. In UiFlowin i see that it's not possible.
Now that things seem to work: is there a really pressing reason to migrate to UIFlow2.0?
My ultimate goal is to eventually start running openHASP on them and remotely control what they display through Home Assistant, so ideally I do no extra coding, but maybe there's a security concern or something that should change my mind?