File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ This requires [WebREPL](http://docs.micropython.org/en/latest/esp8266/tutorial/r
4040
4141### BLE DEVICE (BleREPL Protocol): ` BLE_DEVICE `
4242
43- This requires [ BleREPL] ( https://github.com/Carglglz/upyble#getting-started ) to be enabled in the device.
43+ This requires [ BleREPL] ( https://github.com/Carglglz/upyble#getting-started ) to be enabled in the device. (This is experimental, only tested on MacOS)
4444
4545```
4646>>> from upydevice import BLE_DEVICE
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html )
66
7- ## [ 0.2.4] [ Github repo]
7+ ## [ 0.2.4] Unreleased [ Github repo]
88### Added
99- ` BLE_DEVICE ` for bluetooth low energy devices
1010## [ 0.2.3] - 2020-05-25
You can’t perform that action at this time.
0 commit comments