Custom blocks - require manual upload of python file?
-
Hello,
I created custom blocks in UIFLOW2 to communicate with Firebase. using m5stick cplus2
When importing into a new project from m5b2 file, it shows the python file in "project files" but to work , it has to be uploaded manually from a .py file in the PC.
is there a way that the UIFLOW2 automatically uploads the files in "project files"? that I missed?
it is just a bit unfriendly additional step for the students when importing a custom block
thanks!! -
As far as I know, UIFlow2 does not automatically upload Python files in “Project Files” when importing a custom block from .m5b2. Manual uploading is still required to get blocks working on the device. To reduce this step for students, consider writing a block or script that automatically uploads the necessary Python files.