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:
committed by
Earle F. Philhower, III
parent
464bdccf41
commit
9fb4a05d67
@ -165,7 +165,6 @@ class UpdaterClass {
|
||||
|
||||
int _ledPin;
|
||||
uint8_t _ledOn;
|
||||
int _ledStateRestore;
|
||||
};
|
||||
|
||||
extern UpdaterClass Update;
|
||||
|
Reference in New Issue
Block a user