ota.cpp bugfix led define

This commit is contained in:
Verkehrsrot 2019-10-27 17:33:23 +01:00
parent 3d9cc26f97
commit 65a205a164

View File

@ -246,7 +246,7 @@ int do_ota_update() {
goto retry;
}
#ifdef HAS_LED
#if (HAS_LED != NOT_A_PIN)
#ifndef LED_ACTIVE_LOW
if (!Update.begin(contentLength, U_FLASH, HAS_LED, HIGH)) {
#else