mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-15 02:54:26 +00:00
[Build] Add missing include for ESP8266 reading ADC
This commit is contained in:
@@ -6,6 +6,9 @@
|
||||
#endif // ifdef ESP32
|
||||
|
||||
#ifdef ESP8266
|
||||
#include "../Globals/ESPEasyWiFiEvent.h"
|
||||
|
||||
|
||||
bool Hardware_ADC_t::init() {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user