Open-STEM / XRPCode

This is the repository for the full Python/Blockly IDE
GNU General Public License v3.0
0 stars 3 forks source link

If you don't update the MicroPython you don't get to update the XRPLib #44

Closed fgrossman closed 1 year ago

fgrossman commented 1 year ago

Current logic updates the MicroPython and then updates the XRPLib. But if you decide for some reason you don't want to update the MicroPython then it never gets to the updating of the XRPLib. Needs some non async methods to solve this.

fgrossman commented 1 year ago

It now updates the libraries with a yes now question. An then asks to update python if it is not up to date.