Release Version 4.0.4
Version 4.0.4 - 2023/07/12
Version 4.0.4-1 - 2023/07/19
Feature:
- Add WiFi Concurrent mode example
- Add Debugging mode example
- Add AmebaPro2 HTTP_IFTTT_Post example
- Add Eink zip library
- Add tft_eSPI zip library
- Add MQTT example
- Update NN example
- Update CreateWiFiAP example
- Update MaskingMP4Recording example
- Update UDP Calculation example
- Minor update for wifi example and api coding style
API Updates:
- Update SPI API
- Update "board.txt" and "platform.txt"
- Update SPI API drawBitmap()
- Update all libs and source header files to the latest
- Resolve video streaming performance issue
- Update VOE to 1.4.3.1
- Update NN API (ObjectDetection, FaceDetection, FaceDetectionRecognition)
- Update VideoStreamOverlay API
- Change color format to RTS_OSD2_BLK_FMT_RGBA2222
- Remove clearAll in VideoStreamOverlay.h
Misc:
- Update uartfwburn tool for macOS
- Add Example_Tools folder
- Update greetings.yml
- Update ameba_pro2_tools 1.2.9.3
- Support 2M baud rate
- Support macOS (Intel/M2 silicon)
- Update Arduino Windows executables with SHA-256 digital signature
- Update flash loader with flash unlock feature in 3 OS
- Add Ameba IoT icon for windows
- Update partition layout for larger NN models (under 9MB)
- Update automation tool
- Update Ameba Tool Ino Validation
- Update Ameba Tool NN Model Update
- Update Ameba Tool uartfwburn on macOS
What's Changed
- Added WiFi Concurrent mode example by @daphwl in #81
- Added Debugging mode feature by @michellethemaker in #91
- Update SPI API by @pammyleong in #92
- Add SPI API drawBitmap() by @S10143806H in #94
- Add Eink zip libraries by @pammyleong in #95
- Update AmebaEink.zip by @pammyleong in #97
- Add tft_eSPI zip library by @S10143806H in #96
- Update uartfwburn tool for macOS by @S10143806H in #98
- Update API and examples by @pammyleong in #101
- Update Concurrent Mode and CreateWiFiAP example by @pammyleong in #102
- Tool Update by @S10143806H in #103
- Update all libs and VOE to latest by @pammyleong in #104
- Update MaskingMP4Recording example by @pammyleong in #105
- Update CreateWiFiAP example by @pammyleong in #107
- Arduino automation tool update by @S10143806H in #106
- Update Ameba Tool Ino Validation by @S10143806H in #109
- Update Ameba Tool NN Model Update by @S10143806H in #110
- Update Ameba Tool uartfwburn on macOS by @S10143806H in #111
- Update Debugging example by @pammyleong in #112
- Fix getting started guide link on README.md by @salmanfarisvp in #118
New Contributors
- @salmanfarisvp made their first contribution in #118
Full Changelog: V4.0.4...V4.0.4-1