From 5beecad62ebeca803f2d6954a44a74f12aa3c0c6 Mon Sep 17 00:00:00 2001 From: mrmx Date: Sat, 1 Apr 2023 18:30:58 +0200 Subject: [PATCH] chore: re-enable console flag --- Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config.h b/Config.h index 48e35e4..c005ca0 100644 --- a/Config.h +++ b/Config.h @@ -171,7 +171,7 @@ #endif #define HAS_DISPLAY true #define HAS_BLUETOOTH true - #define HAS_CONSOLE false + #define HAS_CONSOLE true #elif BOARD_MODEL == BOARD_LORA32_V2_0 const int pin_cs = 18; const int pin_reset = 12;