Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/utility/ota/OTA-esp32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,7 @@ String esp32_getOTAImageSHA256()

bool esp32_isOTACapable()
{
/* NOTE: here is possible to check if current partition scheme is OTA compatible */
return true;
return Arduino_ESP32_OTA::isCapable();
}

#endif /* ARDUINO_ARCH_ESP32 */