hardware: core 2 for aws
Firmware: UIFlow 2.0.0 Alpha-28
When I choose run once my .py file in APP.LIST(or APP.RUN). It always said some modules not define.
Choose Run always would work though.
I think is some problems about import module
because I tried "M5.Widgets.fillScreen(0x222222)" instead " Widgets.fillScreen(0x222222)", and it works.
My imports have two of these:
import M5
from M5 import *