ota.cpp bugfix led define
This commit is contained in:
parent
4d12aa7cec
commit
b5c5e3ce47
@ -246,7 +246,7 @@ int do_ota_update() {
|
|||||||
goto retry;
|
goto retry;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAS_LED
|
#if (HAS_LED != NOT_A_PIN)
|
||||||
#ifndef LED_ACTIVE_LOW
|
#ifndef LED_ACTIVE_LOW
|
||||||
if (!Update.begin(contentLength, U_FLASH, HAS_LED, HIGH)) {
|
if (!Update.begin(contentLength, U_FLASH, HAS_LED, HIGH)) {
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user