diff --git a/src/mt_internals.h b/src/mt_internals.h index 4289478..3fed05a 100644 --- a/src/mt_internals.h +++ b/src/mt_internals.h @@ -1,11 +1,11 @@ #ifndef MT_INTERNALS_H #define MT_INTERNALS_H -#ifdef ARDUINO_ARCH_SAMD -#define MT_WIFI_SUPPORTED -#else +// #ifdef ARDUINO_ARCH_SAMD +// #define MT_WIFI_SUPPORTED +// #else #define MT_SOFTWARESERIAL_SUPPORTED -#endif +//#endif #include "Meshtastic.h"