Sam Kent
Sam Kent
Do you have this setting set in Chrome? https://www.chromium.org/for-testers/bug-reporting-guidelines/uncaught-securityerror-failed-to-read-the-localstorage-property-from-window-access-is-denied-for-this-document ~Master (or a PR against master)~ Latest WebUSB replaces localStorage with a temporary variable so should fix this https://github.com/bbcmicrobit/PythonEditor/pull/159
Hi @bambibrewer Thanks for the feedback! We're working on improving the WebUSB beta, and a branch now exists that uses a persistent WebUSB connection. The relevant PR can be found...
I'll see if upgrading hterm helps https://github.com/chromium/hterm/commit/5c9c211439aafba79cecb9f9c44962b6df3af452
> chopping it up in 62 characters in every paste seems to work. Ah cool, this is probably a limitation of DAPjs/WebUSB then. Max packet size is 64 bytes, so...
No migrations docs yet, Ross has documented the existing BLE services here: https://rneacy.dev/mbv2/ble/ Easiest way may be to reimplement the service as a v2 service and use some `ifdef`s to...