MicroPythonScripts
MicroPythonScripts copied to clipboard
MicroPython Scripts and projects
Until now we can upload uncommented code onto the board file by file. It would be great to have same directories as in the code, let's say we are working...
As code could be located in a different folder than this (`UncommentCode.py`) script the path should be pass as argument or even convert the script to work with CLI so...
It would be great to load configuration from a `json` file as it is implemented on the [MicroPomodoro](https://github.com/yeyeto2788/MicroPythonScripts/blob/master/MicroPomodoro/Release/Pomodoro.py) code.
It might be better to do POST request instead of the GET one so those requests are not cached nor kept in browser history. I'll have to do a little...
After successfully running the code for the first time, then upload changes on the code and error is raised on the part of the code from the [**`MicroBoard/releases/MicroBoard.py`**](https://github.com/yeyeto2788/MicroPythonScripts/blob/master/MicroBoard/Release/MicroBoard.py) file in...