Upgrade connection library to v1.0.0-beta.0 for serial fixes#1238
Upgrade connection library to v1.0.0-beta.0 for serial fixes#1238microbit-matt-hillsdon merged 4 commits intomainfrom
Conversation
|
Preview build will be at |
This contains the pre-1.0 breaking API changes and USB serial re-work. This should improve serial issues after first physical connection + flash and extra serial from previous programs leaking into subsequent ones. This is a preview version for testing on a review branch, we won't merge this directly.
63af63c to
a770d9d
Compare
89b5524 to
2854626
Compare
2854626 to
ef58f84
Compare
This has the UICR fix and the last of the breaking changes.
ef58f84 to
23a3127
Compare
|
Mostly looks good. Found 2 things whilst testing:
|
|
Connect and flash error handling seems to match changes in DeviceErrorCode - python-editor-v3/src/project/project-actions.tsx Lines 836 to 872 in 51f7678 |
This contains the pre-1.0 breaking API changes and USB serial re-work.
This should improve serial issues after first physical connection + flash and extra serial from previous programs leaking into subsequent ones.
I've also changed the default logger to a console logger as it's annoying to get less log output without the micro:bit theme - particularly important for testing the connection library and getting its logs.