Skip to content

Commit 0d277a6

Browse files
committed
temp remove wifi from some boards
Signed-off-by: faradaym <rcheyenne.truss@gmail.com>
1 parent 14ed77c commit 0d277a6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/include/boards/lilygo_t_beam_sx1262.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@
2828

2929
// Oled Display settings
3030
#define CDPCFG_OLED_NONE
31-
#endif
31+
#endif
32+
#define CDPCFG_WIFI_NONE

src/include/boards/ttgo_t_beam_v1_sx1276.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@
2828
#define CDPCFG_PIN_OLED_CLOCK 22
2929
#define CDPCFG_PIN_OLED_DATA 21
3030
#define CDPCFG_PIN_OLED_RESET 16
31+
#define CDPCFG_WIFI_NONE
3132

3233
#endif

0 commit comments

Comments
 (0)