Skip to content

Commit 8b2cafb

Browse files
committed
README update
1 parent 5b84d5e commit 8b2cafb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ The library is a modification of the Arduino WiFi101OTA library.
3131
* STM32F boards with [STM32 core](https://github.com/stm32duino/Arduino_Core_STM32)
3232
* boards supported by ESP8266 and ESP32 Arduino boards package
3333
* any board with MCU with SD bootloader
34+
* any board with custom Storage and boot-load solution for that storage
35+
* Nano RP2040 Connect with mbed core with custom storage example and SFU library
3436

3537
## Supported networking libraries
3638

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

158160
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.
159161

162+
### Compilation errors
163+
164+
* undefined reference to `InternalStorage' - make sure you selected a board supported by the ArduinoOTA library
165+
* 'ArduinoOTA' was not declared in this scope - make sure a networking library is included before the ArduinoOTA.h include
166+
160167
### No OTA network port in IDE tools menu
161168

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

0 commit comments

Comments
 (0)