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 0ebeef1 commit 7ecad3eCopy full SHA for 7ecad3e
libraries/ArduinoOTA/src/ArduinoOTA.cpp
@@ -323,7 +323,7 @@ void ArduinoOTAClass::_runUpdate() {
323
#ifdef UPDATE_SIGN
324
// Install signature verification if enabled
325
if (_sign) {
326
- if (!Update.installSignature(_sign)) {
+ if (!_updater->installSignature(_sign)) {
327
log_e("Failed to install signature verification");
328
if (_error_callback) {
329
_error_callback(OTA_BEGIN_ERROR);
0 commit comments