Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.6.1 to update and fix bug
Browse files Browse the repository at this point in the history
### Release v1.6.1

1. Update to be compatible with new `FlashStorage_SAMD`
2. Use better `FlashStorage_STM32` library for STM32
3. Fix bug for RP2040 boards using `ArduinoCore-mbed`
4. Add support to generic SAMD21 boards : `__SAMD21E1xA__`, `__SAMD21G1xA__` and `__SAMD21J1xA__`
5. Update `Packages' Patches`
  • Loading branch information
khoih-prog committed Jan 27, 2022
1 parent acc6be0 commit 6fd5561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2062,7 +2062,7 @@ Sometimes, the library will only work if you update the `WiFiNINA module/shield`
21. Fix the blocking issue in loop() with configurable `WIFI_RECON_INTERVAL`
22. Update to be compatible with new `FlashStorage_SAMD`
23. Use better `FlashStorage_STM32` library for STM32

24. Add support to generic SAMD21 boards : `__SAMD21E1xA__`, `__SAMD21G1xA__` and `__SAMD21J1xA__`

---
---
Expand Down

0 comments on commit 6fd5561

Please sign in to comment.