Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
JAndrassy committed Sep 24, 2023
1 parent 5b84d5e commit 8b2cafb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ The library is a modification of the Arduino WiFi101OTA library.
* STM32F boards with [STM32 core](https://github.com/stm32duino/Arduino_Core_STM32)
* boards supported by ESP8266 and ESP32 Arduino boards package
* any board with MCU with SD bootloader
* any board with custom Storage and boot-load solution for that storage
* Nano RP2040 Connect with mbed core with custom storage example and SFU library

## Supported networking libraries

Expand Down Expand Up @@ -157,6 +159,11 @@ It is possible to suppress use of the mDNS service by the library. Only define N

To see the details of upload command in IDE, set verbose mode for upload in IDE Preferences. arduinoOTA tool version should be 1.2 or higher.

### Compilation errors

* undefined reference to `InternalStorage' - make sure you selected a board supported by the ArduinoOTA library
* 'ArduinoOTA' was not declared in this scope - make sure a networking library is included before the ArduinoOTA.h include

### No OTA network port in IDE tools menu

Not with all supported networking libraries this library can propagate a 'network port'. See the list in 'Supported networking libraries' section of this page.
Expand Down

0 comments on commit 8b2cafb

Please sign in to comment.