Skip to content

Commit 4fa67f6

Browse files
authored
Remove USE_WIFI when on SAMD boards
1 parent 77cdc03 commit 4fa67f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/mt_internals.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
#ifndef MT_INTERNALS_H
22
#define MT_INTERNALS_H
33

4-
// As per original code: to support Adafruit Feather M0 WiFi
5-
#ifdef ARDUINO_ARCH_SAMD
6-
#define MT_WIFI_SUPPORTED
7-
#endif
8-
94
#include "Meshtastic.h"
105

116
extern bool mt_debugging;

0 commit comments

Comments
 (0)