1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Fix led-pin in updater, also no need to backup LED state (#5217)

This commit is contained in:
david gauchard
2018-10-08 16:02:27 +02:00
committed by Earle F. Philhower, III
parent 464bdccf41
commit 9fb4a05d67
2 changed files with 4 additions and 8 deletions

View File

@ -165,7 +165,6 @@ class UpdaterClass {
int _ledPin;
uint8_t _ledOn;
int _ledStateRestore;
};
extern UpdaterClass Update;