From 62810c80577a30ec8d339e2a62214818d114ce5d Mon Sep 17 00:00:00 2001 From: AbortRetryFail Date: Tue, 10 Mar 2026 12:25:53 -0400 Subject: [PATCH] Enable WiFi for ttgo-lora32-v21, since it works. --- Boards.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Boards.h b/Boards.h index 7d4bd1fc..7e2f864a 100644 --- a/Boards.h +++ b/Boards.h @@ -304,6 +304,7 @@ #elif BOARD_MODEL == BOARD_LORA32_V2_1 #define HAS_DISPLAY true #define HAS_BLUETOOTH true + #define HAS_WIFI true #define HAS_PMU true #define HAS_CONSOLE true #define HAS_EEPROM true