remove ESP8266

This commit is contained in:
proddy
2021-02-27 14:44:16 +01:00
parent c4fc6c8cc5
commit 66bbcb0db2
8 changed files with 15 additions and 628 deletions

View File

@@ -23,9 +23,7 @@
#include <deque>
// UART drivers
#if defined(ESP8266)
#include "uart/emsuart_esp8266.h"
#elif defined(ESP32)
#if defined(ESP32)
#include "uart/emsuart_esp32.h"
#elif defined(EMSESP_STANDALONE)
#include <emsuart_standalone.h>