Releases: MediaTek-Labs/Arduino-Add-On-for-LinkIt-SDK
Releases · MediaTek-Labs/Arduino-Add-On-for-LinkIt-SDK
SoftAP and FOTA with SDK v4.6
- Migrate to LinkIt SDK v4.6.0
- Add SoftAP related APIs to LWiFi library
- Add new library LHTTPUpdate to support FOTA (Firmware Over The Air update)
FOTA alpha build 2
v0.10.4 Revise LHTTPUpdate implementation
FOTA alpha build
v0.10.3 Enable FOTA middleware in liblinkit.a
SoftAP on SDK v4.6
v0.10.2 Fix build errors
New RTC Library
- New
LRTC
library provide access to real-time clock module - Fix
LRemote
event dropping issue - Fix #65 :
analogWrite()
fails after callingpinMode()
- Remove progress report when uploading sketch binaries. The progress report does not automatically scroll and confuses user.
Upgrade to LinkIt SDK v4.6
v0.10.0-dev Update Travis CI script to SDK v4.6.0
LRemote Update
v0.9.7 Fix issue #65 that causes analogWrite() stop working after pinMode()
EEPROM and LRemote Library
Two new libraries are added:
EPROM
library for persistent storage - please refer to the development guide.LRemote
library for creating a mobile remote control UI with the LinkIt Remote app.
v0.9.3
LBLE and Wi-Fi Firmware Update
New Features
- New
LBLEPeripheral::notifyAll
method that sends GATT notification of the given attribute to all the connected GATT clients. Refer to Example > LBLE >notification for usage examples. - Add new method
LBLEPeripheral::disconnectAll()
that disconnects all the GATT clients. - LBLEPeripheral::advertise() now returns error code
-1
when adv data gets too long - The flash upload tool now automatically detects the on-board Wi-Fi firmware version, and update the Wi-Fi firmware when necessary.
Bug Fixes
- Fix an issue that causes instances created by
LBLEPeripheral
cannot be detected by iOS devices on LinkIt 7697 board with certain MAC address.
New Examples
- Added usage examples for built-in libraries
LTimer
,LFlash
, andLWatchDog
.