esp32 uart
This commit is contained in:
MichaelDvP
2020-05-29 16:06:10 +02:00
19 changed files with 179 additions and 119 deletions

View File

@@ -107,8 +107,6 @@ class System {
static uint32_t heap_start_;
static int reset_counter_;
static EMSuart emsuart_;
#if defined(ESP8266)
static RTCVars state_;
#endif