UI-Flow - what's happening underneath



  • I've been looking around the boot.py, main.py etc to see what is happening in the M5Stick when I have written a program using UI-Flow. It would appear that my program is not stored anywhere and is simply entered via the REPL / WebREPL. Anyone have pointers to documentation on this? Also my Micropython is v1.11-321-gac7da0a70-dirty. Does this incorporate all of the M5Stick libraries? What is the dirty reference about? Is there a later version?



  • When you create a program in UIFlow, if you use the play button > the program is only stored into the devices ram. In order to perminatly store the program on a device, you need to Download the program to the device using the download option in the menu or the save button at the bottom of the screen.