This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
Releases: khoih-prog/WiFiNINA_Generic
Releases · khoih-prog/WiFiNINA_Generic
v1.8.15-1 to using new WiFi101_Generic library to permit sending larger data than total 4K when using `MKR1000` or `MKRWiFi1010` with `ATMEL WINC1500 WiFi`
v1.8.15-1 to using new WiFi101_Generic library to permit sending larger data than total 4K when using `MKR1000` or `MKRWiFi1010` with `ATMEL WINC1500 WiFi`
Latest
Releases v1.8.15-1
- Using new WiFi101_Generic library to permit sending larger data than total 4K when using
MKR1000
orMKRWiFi1010
withATMEL WINC1500 WiFi
- Modify examples for new features
v1.8.15-0 to permit sending data larger than 4K
Releases v1.8.15-0
- Fix severe limitation to permit sending much larger data than total 4K. Check server.send buffer size limited to 4k #23
- Add example WiFiWebServer_BigData to demo how to send much larger data than total 4K
- Optimize code
- Clean up
v1.8.14-7 to remove analogRead() from example to avoid `analogRead()` crash in `arduino-pico` core and to use `allman astyle`
Releases v1.8.14-7
- Modify WiFiWebServer example to avoid
analogRead()
crash inarduino-pico
core. Check WiFi.localIP() hangs in Nano RP2040 Connect with Arduino-Pico core (EarlePhilhower) #24 - Use
allman astyle
and addutils
- Update
Packages' Patches
v1.8.14-6 to fix bug and add support to Teensy 4.x using Adafruit Airlift Featherwing Co-Processor
Releases v1.8.14-6
- Add support to
Teensy 4.x
usingAdafruit Airlift Featherwing Co-Processor
- Fix
WiFiStorageFile.flush()
linker error in some platform. Check Flush method not implemented #22 - Update
Packages' Patches
v1.8.14-5 to fix bug causing data lost when sending large files.
Releases v1.8.14-5
- Fix bug causing data lost when sending large files. Check Thread: Teensy 4.1 - Adafruit Airlift Featherwing Co-Processor FTP Server not opening Port 21. This is just a kludge for temporary use, waiting for better and final fix, dealing with SPI driver, from Arduino.
- Update
Packages' Patches
v1.8.14-4 to fix bugs by using unmerged PRs from original WiFiNINA, to add WiFiMulti-related examples, etc.
Releases v1.8.14-4
- Fix bugs by using some unmerged PRs from original WiFiNINA, such as:
- WiFi.config - setting defaults as the Ethernet library #219
- Fix WiFiClient watchdog usage #211
- Watchdog trigger changes #208
- added server.accept() #204
- Fix PinStatus error on some platforms #185
- Add many WiFiMulti-related examples in WiFiMulti
- Update examples
- Update
Packages' Patches
v1.8.14-3 to fix issue with UDP for Nano_RP2040_Connect using arduino-pico core
Releases v1.8.14-3
- Fix issue with UDP for Nano_RP2040_Connect using arduino-pico core. Check UDP not running with WiFiNINA library (Example WiFiUdpSendReceiveString) #376
v1.8.14-2 to add support to `Nano_RP2040_Connect` using `arduino-pico` core and to update `Packages' Patches`
Releases v1.8.14-2
- Add support to
Nano_RP2040_Connect
using arduino-pico core - Update
Packages' Patches
v1.8.14-1 to support ATmega4809 and generic SAMD21E1xA, SAMD21G1xA and SAMD21J1xA
Releases v1.8.14-1
- Fix examples to support ATmega4809 such as UNO_WIFI_REV2 and NANO_EVERY
- Add support to generic
__SAMD21E1xA__
,__SAMD21G1xA__
and__SAMD21J1xA__
- Add
headers
inlibrary.json
for PIO - Update
platform.io
- Remove debug leftovers. Check Debug text comes out of the serial port when listening for UDP connections #15
Release v1.8.13 to add support to ADAFRUIT_MATRIXPORTAL_M4_EXPRESS board, to Sync with Arduino WiFiNINA Library v1.8.13 and to use with nina-fw v1.4.8
Releases v1.8.13
- Sync with Arduino WiFiNINA Library v1.8.13.
- Update latest available nina-fw to v1.4.8
- Add support to SAMD51 ADAFRUIT_MATRIXPORTAL_M4_EXPRESS