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 f84899f commit a697092Copy full SHA for a697092
changelog.md
@@ -17,6 +17,10 @@
17
- Fixed spelling & Add Environmental Sensing GATT Service and UV Index GATT Characteristics UUID, thanks to @sayanee
18
- Fixed #276 rename macro FILE_READ/WRITE to enum FILE_O_READ/WRITE
19
- Upgrade compiler toolchain from gcc 5.2 2015q2 to gcc 7 2017q4
20
+- Rename hid client setProtocolMode() to setBootMode()
21
+- Removed `rtos_idle_callback()`, sketch define vApplicationIdleHook() if needed
22
+- enhance Serial.available()/write() to prevent blocking wait without yield/delay
23
+- Clean up compiler warnings
24
25
# 0.10.1
26
0 commit comments