mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-08-09 06:42:34 -04:00
Added TCXO control functions
This commit is contained in:
parent
a29cfc6658
commit
1770557d09
3 changed files with 15 additions and 0 deletions
2
Config.h
2
Config.h
|
@ -87,6 +87,7 @@
|
|||
|
||||
#define HAS_DISPLAY false
|
||||
#define HAS_BLUETOOTH false
|
||||
#define HAS_TCXO false
|
||||
#define HAS_PMU false
|
||||
#define HAS_NP false
|
||||
|
||||
|
@ -147,6 +148,7 @@
|
|||
const int pin_led_tx = 4;
|
||||
#define HAS_DISPLAY true
|
||||
#define HAS_PMU true
|
||||
#define HAS_TCXO true
|
||||
#define HAS_BLUETOOTH true
|
||||
#define HAS_CONSOLE true
|
||||
#define HAS_SD false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue