Release Version 3.1.8
Feature:
- Add Advanced WiFi Scan Networks Example
- Add board SparkFun Thing Plus NORAW306
- Add board Datalogger IoT
- Add OTA HTTP Example
- Add set WiFi server to blocking mode in Simple Web Server WiFi example
- Update Web_UI.html by Web_test.html in Read HTML From SD Card example
- Add setBlockingMode in Read HTML From SD Card example
- Update increase stack size for stability, BLE example
- Update HTTP example
- Add PDM for Audio Record Example
- Update InputFFT.ino
- Update epd2in9v2 displaytext example
- Update MQTT LASS_Basic example
- Add BW16 SD Card Example using the SPI Bus
API Updates:
- Update SPI.h
- Added the code with implementation of AES in CBC mode
- Update OTA.cpp
- Update WifiClient.cpp
- Update wiring_constant.h
- Update compatibility for SparkFun Thing Plus NORAW306
- Update the pin definitions for the hardware section of the Datalogger boards
- Update to fix disabling of SPI in show()
- Updating dataMode in beginTransaction()
- Update datalogger_amb26/variant.h
- Update OTA.cpp and OTA.h to allow multithreading tasks for OTA HTTP
- Update WiFiClient and WiFiServer to enable WiFiClient non-blocking mode
- Update SoftwareSerial::setBufferSize realloc
- Add a delay to MQTT loop() function to avoid connection loss
- Add set blocking mode for TCP server
- Add setBlockingMode for WiFi Client
- Update support for BOARD_DATALOGGER_AMB26
- Send data with NO RESPONSE on BLERemoteCharacteristic
Misc:
- Add CI test compiling the examples
- Update CI_compile_examples.yml
- Update spell_check.yml
- Update boards.txt
- Update platform.txt
- Update .zip file and patches for tensorflow lite
- Update AmebaEink.zip
- Update Ameba_ArduCAM zip folder
- Update TensorFlowLite zip folder
What's Changed
- Update SPI.h for compatibility with some libraries by @Kyderio in #222
- CI by compiling all examples with github action by @designer2k2 in #221
- Added the code with implementation of AES in CBC mode by @Northstrix in #223
- Advanced WiFi Scan Networks Example by @designer2k2 in #225
- Bug Fix for OTA BW16, Fix is by CSDN user by @Kyderio in #227
- Removed usage of GOTO in WifiClient.cpp by @gloglas in #228
- Create Udp.h to fix Ethernet Lib issue by @designer2k2 in #230
- adds board support for SparkFun Thing Plus NORAW306 by @lewispg228 in #233
- Solve SPI compile issues when Arduino_STD_PRINTF enabled by @pammyleong in #234
- Compatibility update for SparkFun Thing Plus NORAW306 by @M-ichae-l in #235
- board support for Datalogger iot by @cold63 in #236
- Adjust the pin definitions for the hardware section of the Datalogger board. by @cold63 in #237
- Remove disabling of SPI in show() by @lewispg228 in #242
- Updating dataMode in beginTransaction() by @lewispg228 in #240
- fix SoftwareSerial::setBufferSize realloc by @wsffd001 in #243
- Pre Release Version 3.1.8 by @kevinlookl in #246
- Update API by @kevinlookl in #247
- Read HTML From SD Card Example Fix by @kevinlookl in #248
- Fix for Deepsleep examples compilation error by @Kyderio in #249
- Update boards.txt by @kevinlookl in #250
- Update MQTT_Basic by @kevinlookl in #251
- Update BLEDevice.cpp by @Kyderio in #253
- Update HTTP example by @kevinlookl in #254
- sscanf Fix by @TristonKF in #256
- Suggested addition: "|| defined(BOARD_DATALOGGER_AMB26)" by @cold63 in #257
- Add PDM for Audio Record Example by @kevinlookl in #259
- addition: "|| defined(BOARD_DATALOGGER_AMB26)" by @cold63 in #262
- Update .zip file and patches for tensorflow lite examples by @pammyleong in #264
- Update InputFFT.ino by @pammyleong in #265
- Update AmebaEink.zip by @pammyleong in #267
- Update epd2in9v2 displaytext example by @pammyleong in #268
- remove unwanted folder by @pammyleong in #270
- Update MQTT_Auth.ino by @kevinlookl in #271
- Update MQTT LASS_Basic example by @kevinlookl in #274
- Update zip libraries by @pammyleong in #277
- Add BW16 SD Card Example using the SPI Bus by @designer2k2 in #275
- Send data with NO RESPONSE on BLERemoteCharacteristic by @be1ieve in #211
New Contributors
- @gloglas made their first contribution in #228
- @wsffd001 made their first contribution in #243
- @kevinlookl made their first contribution in #246
- @TristonKF made their first contribution in #256
Full Changelog: V3.1.7-QC-V08...V3.1.8-QC-V08
Full Changelog: V3.1.7...V3.1.8