Hi , I'm creating a custom block to talk to Firebase database.
I found that I need to upload my custom python file to the filesystem "lib" directory, in order for it to work
But, If I try to make a correction or update the file, I delete it and upload a new one, the old file still runs. it has not been deleted.
Currently the workaround is to name the new file "filename2.py" instead of "filename.py" and this works - the new file runs.
The only way to completely revert to original mode is to wipe all the flash.
Is there a fix for this issue?
Using UIFLOW2 with StickCPlus1.1, StickCplus2
Thanks!
T
Posts made by tom-test1
-
Cannot delete /replace python file in the filesystemposted in UiFlow 2.0
-
Custom blocks - require manual upload of python file?posted in UiFlow 2.0
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!!