change tx_mode without needing a restart

This commit is contained in:
Paul
2020-05-28 23:40:47 +02:00
parent b4aca3bcb9
commit c976d330d2
3 changed files with 4 additions and 5 deletions

View File

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