From: mrmx Date: Sat, 1 Apr 2023 16:30:58 +0000 (+0200) Subject: chore: re-enable console flag X-Git-Url: https://git.tnoah.ca/?a=commitdiff_plain;h=5beecad62ebeca803f2d6954a44a74f12aa3c0c6;p=lora-radio.git chore: re-enable console flag --- 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;