You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
BLE bug fixes
iBeacon: LBLEAdvertisements::getIBeaconInfo now properly converts byte order and endian of UUID/major/minor data in iBeacon packets. Also, TxPower is updated to use signed integer value type. (#79)
BLE notification: LBLEPeripheral fixes issues that cause Android apps unable to receive notification sent from LinkIt 7697. (#80)
BLE write/read: LBLECentral fixes issues that cause failed characteristic read/write when using 128-bit UUIDs. (#82)
Other updates
Serial now supports additional baudrate 921600, 460800, and 230400, thanks to suggestion from @weixiongmei .