MicroPythonScripts icon indicating copy to clipboard operation
MicroPythonScripts copied to clipboard

MicroPython Scripts and projects

Results 5 MicroPythonScripts issues
Sort by recently updated
recently updated
newest added

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...

Enhancement

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...

Enhancement

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.

Enhancement

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...

Enhancement

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...

Bug