File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 7
7
- Added IDE programmer and DFU option to upgrade bootloader from IDE.
8
8
- Added IDE option to choose either old & new bootloader (Softdevice 2.0.1 and 5.1.0)
9
9
- Added printBufferReverse() for Print class.
10
- - Fixed issue #108 with GPIO output when reset.
11
10
- Added Error String for easier debugging.
11
+ - Added analog oversampling #89 thanks to @Ureloc .
12
12
13
13
## BLE
14
14
25
25
- Added addManufacturerData()
26
26
- Added getInterval() to retrieve current active interval
27
27
- Added Slow interval callback support via setSlowCallback()
28
- - Fixed an discovery bug introduced in 0.7.5
29
28
- Added setPresentationFormatDescriptor() support
30
29
- Added addDescriptor() for BLECharacteritsic
31
30
- Added set/get apperance
32
31
- Added experimental (work in progress) BLE Homekit
33
- - Fixed #99 setStopCallback() for BLEScanner is not implemented
34
32
- Enhanced bleuart to work with larger MTU
35
33
- Partially support data length extension
36
34
35
+ ## Bug Fixs
36
+
37
+ - Fixed #92 PWM incorrect logic check, thanks to @burbankb
38
+ - Fixed issue #108 with GPIO output when reset.
39
+ - Fixed an discovery bug introduced in 0.7.5
40
+ - Fixed #99 setStopCallback() for BLEScanner is not implemented
41
+ - Fixed #104 non-English keyboard BLE Hid, thanks to @ogatatsu
42
+
37
43
## 0.7.5
38
44
39
45
### Core
You can’t perform that action at this time.
0 commit comments