[UIFlow 2.0] Thank for UIFlow2.0 for Tab5, but...
-
Thank for UIFlow2.0 for Tab5. Finally I can access wifi in easy way, and play with it.
But there is something odd that I never met before in other product.
When I write some micropython code , and run in Tab5 through serial port by push down "PLAY" button. The code will run correctly, except the thread of UIFlow Interface still running.So, if press the position of "POWER", "SLEEP".... , where the interface of UIFlow show it. These button will show out, even my micropython code was nothing about it.
-
@phillipsback
hmmm.... not sure about your problem. Are you able to provide some photos? -
@phillipsback Please try 2.3.0!
-
Great to see UIFlow 2.0 making Wi-Fi access easier on the Tab5. Regarding your issue - yes, UIFlowâs interface thread keeps running in the background even when you execute custom MicroPython via serial. Thatâs why UI elements like âPOWERâ or âSLEEPâ still respond. Itâs part of the UIFlow runtime. For full control, consider disabling the UIFlow runtime before running your code.
-
@hacxx Dear hacxx, Thanks for your help.