bbcmicrobit / PythonEditor

A MicroPython editor for the BBC micro:bit that works with browsers.
https://python.microbit.org/
MIT License
197 stars 130 forks source link

Update the Editor Controller to support the apps #370

Closed microbit-carlos closed 3 years ago

microbit-carlos commented 3 years ago

@microbit-sam @martinwork sorry for the huge diff, but I've refactor the controller into it's own module, that way we have the full configuration from the pythoneditor() side in a single call to CONTROLLER.setup().

Could you review the protocol once you have a chance?

microbit-sam commented 3 years ago

No changes for me Refactoring into a seperate module was definitely the right move - thanks Carlos!

microbit-carlos commented 3 years ago

Okay, the last commit was just documentation. I'll merge this, but we can continue to change this if needed once the mobile apps have this implemented.

martinwork commented 3 years ago

Is there a URL for this @microbit-carlos?

microbit-carlos commented 3 years ago

Only a temporary s3 bucket one, not a proper deploy on the microbit.org domain yet.