You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,8 @@ The library is a modification of the Arduino WiFi101OTA library.
31
31
* STM32F boards with [STM32 core](https://github.com/stm32duino/Arduino_Core_STM32)
32
32
* boards supported by ESP8266 and ESP32 Arduino boards package
33
33
* 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
34
36
35
37
## Supported networking libraries
36
38
@@ -157,6 +159,11 @@ It is possible to suppress use of the mDNS service by the library. Only define N
157
159
158
160
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.
159
161
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
+
160
167
### No OTA network port in IDE tools menu
161
168
162
169
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