UIFlow infinite loop and code reload
-
Hello,
After creating an infinite loop in UIFlow, and executing it. I am unable to then execute new code subsequently. UIFlow says 'Execute code successfully', but state of the device does not change. The only solution I found was to power-cycle the device. Are there any software workarounds?
HW: Atom Lite.
SW: v1.12.9
WEB: 2023.12.8 https://flow.m5stack.com/ -
You need to add a while loop which is the yellow main program loop and code needs to be placed in that
You should be using a button loop for this. -
Hi @b0rscht ,
You should add this loop (yellow color) because it has included a 2ms delay or you use to while loop inside add the 2ms delay
(OR)