We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6bbcf commit d1738b4Copy full SHA for d1738b4
CHANGELOG.md
@@ -8,8 +8,10 @@
8
9
* Added sensor driver shutdown to lower power examples
10
* Refactored sandbox to use modulo instead of masking
11
+* Added a simple CLI for the sandbox
12
13
## Bugfixes
14
15
* Fixed a bug where the board buttons were disabled during sleep, and could not wake up the MCU
-* Removed configuring button as input again after not disabling it
16
+* Removed configuring button as input again after not disabling it
17
+* Fixed a bug where flow control was not correctly applied when the receive buffer was full. This particularly affected the sandbox.
0 commit comments