Closed fgrossman closed 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.
It now updates the libraries with a yes now question. An then asks to update python if it is not up to date.
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.