fixed type_id for EMS+, cleaned up code, added watch, added option for Tx at top of queue

This commit is contained in:
proddy
2020-06-13 15:49:38 +02:00
parent 803505b1da
commit 10b6682842
3 changed files with 97 additions and 93 deletions

View File

@@ -29,12 +29,7 @@
#include "telegram.h"
#if defined(ESP8266)
#include "uart/emsuart_esp8266.h"
#include <RTCVars.h>
#elif defined(ESP32)
#include "uart/emsuart_esp32.h"
#elif defined(EMSESP_STANDALONE)
#include <emsuart_standalone.h>
#endif
#ifndef EMSESP_STANDALONE