mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-01 22:26:05 -04:00
chore: re-enable console flag
This commit is contained in:
parent
b12fc82a80
commit
5beecad62e
1 changed files with 1 additions and 1 deletions
2
Config.h
2
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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue