We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4144a9b commit 4cf57c8Copy full SHA for 4cf57c8
src/Arduino_Portenta_OTA.h
@@ -92,7 +92,7 @@ class Arduino_Portenta_OTA
92
virtual ~Arduino_Portenta_OTA();
93
94
95
- bool isOtaCapable();
+ static bool isOtaCapable();
96
Error begin();
97
Error update();
98
void reset();
0 commit comments