T-Echo does not have Serial2

This commit is contained in:
Thomas Göttgens
2022-09-12 10:53:11 +02:00
parent 2ff549d458
commit b96dd6d36d
2 changed files with 4 additions and 2 deletions

View File

@@ -23,8 +23,10 @@
#endif
#if defined(ARCH_ESP32) || defined(ARCH_NRF52)
#include "modules/ExternalNotificationModule.h"
#if !defined(TTGO_T_ECHO)
#include "modules/SerialModule.h"
#endif
#endif
/**
* Create module instances here. If you are adding a new module, you must 'new' it here (or somewhere else)
*/