We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c724b1 commit 3525b0fCopy full SHA for 3525b0f
src/Arduino_ESP32_OTA.h
@@ -78,7 +78,7 @@ class Arduino_ESP32_OTA
78
void setCACertBundle(const uint8_t * bundle);
79
int download(const char * ota_url);
80
uint8_t read_byte_from_network();
81
- void write_byte_to_flash(uint8_t data);
+ virtual void write_byte_to_flash(uint8_t data);
82
Arduino_ESP32_OTA::Error update();
83
void reset();
84
static bool isCapable();
0 commit comments