Skip to content

Commit 43f7506

Browse files
committed
README update - Adafruit ItsyBitsy M4 (SAMD51) tested
1 parent 883d473 commit 43f7506

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The library is a modification of the Arduino WiFi101OTA library.
3636

3737
## Supported networking libraries
3838

39-
The ArduinoOTA library will work any proper Arduino Ethernet or WiFi library. For Ethernet library add `#define OTETHERNET` before including the ArduinoOTA library. If you don't want a network port or the library doesn't support it, add `#define NO_OTA_PORT` before including the ArduinoOTA library. If you only want to use InternalStorage without the network upload from IDE, add `#define NO_OTA_NETWORK` before including the ArduinoOTA library.
39+
The ArduinoOTA library will work with any proper Arduino Ethernet or WiFi library. For Ethernet library add `#define OTETHERNET` before including the ArduinoOTA library. If you don't want a network port or the library doesn't support it, add `#define NO_OTA_PORT` before including the ArduinoOTA library. If you only want to use InternalStorage without the network upload from IDE, add `#define NO_OTA_NETWORK` before including the ArduinoOTA library.
4040

4141
Tested libraries are:
4242
* Ethernet library - Ethernet shields and modules with Wiznet 5100, 5200 and 5500 chips
@@ -223,10 +223,11 @@ Does the OTA uploaded sketch have ArduinoOTA?
223223
- Crowduino M0 SD
224224
- Arduino Nano 33 IoT
225225
- Arduino MKR WiFi 1000
226-
- [Arduino MKR WiFi 1010](https://github.com/jandrassy/ArduinoOTA/issues/46)
226+
- Arduino MKR WiFi 1010
227227
- [Adafruit Feather M0 Express](https://github.com/jandrassy/ArduinoOTA/discussions/77)
228228
* SAMD51
229229
- [Seeed Wio Terminal](https://github.com/jandrassy/ArduinoOTA/pull/104) (with Blynk.Edgent)
230+
- Adafruit ItsyBitsy M4
230231
* Renesas core
231232
- Uno R4 WiFi
232233
* RP2040

0 commit comments

Comments
 (0)