Release v23.151.1355
siliconwitch
released this
31 May 14:29
·
109 commits
to main
since this release
Bugfixs in the bluetooth
module 🐞
- There was a condition where checking
bluetooth.is_connected()
would cause a crash due to an invalid connection handle. This is now fixed. - Prevented the REPL from being locked up if there is continuously pending raw data from
bluetooth.send()
. Now the REPL data is always sent first before the raw data.
Update your Monocle automatically via the Brilliant REPL
Want to update manually?
Flash your Monocle via J-Link using the command:
nrfjprog --program monocle-micropython-*.hex --chiperase --verify --reset
Or use the .zip
file for over-the-air updating with nRF Connect.