Skip to content

Commit 877efc0

Browse files
committed
Change StorageConfig error code
1 parent e631710 commit 877efc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UNOR4USBBridge/OTA.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Arduino_UNOWIFIR4_OTA : public Arduino_ESP32_OTA
4040

4141
enum class UNO_WiFi_R4_Error : int
4242
{
43-
StorageConfig = -1,
43+
StorageConfig = -15,
4444
};
4545

4646
using Arduino_ESP32_OTA::begin;

0 commit comments

Comments
 (0)