mirror of
https://github.com/liberatedsystems/RNode_Firmware_CE.git
synced 2025-05-02 14:46:16 -04:00
Clean up debug prints for PR
This commit is contained in:
parent
36ab438625
commit
5c1e0f25ee
5 changed files with 13 additions and 78 deletions
6
Boards.h
6
Boards.h
|
@ -261,14 +261,13 @@
|
|||
#define IS_ESP32S3 true
|
||||
#define HAS_DISPLAY true
|
||||
//ESP32-S3 no bluetooth classic
|
||||
//#define HAS_BLUETOOTH true
|
||||
#define HAS_BLUETOOTH false
|
||||
//#define HAS_BLE true
|
||||
// TODO BLE
|
||||
#define HAS_BLE false
|
||||
// Cannot run wifi and BLE at same time?
|
||||
#define HAS_CONSOLE false
|
||||
#define HAS_EEPROM true
|
||||
// Only one LED on pin 35
|
||||
#if defined(EXTERNAL_LEDS)
|
||||
const int pin_led_rx = 35;
|
||||
const int pin_led_tx = 2;
|
||||
|
@ -278,11 +277,12 @@
|
|||
#endif
|
||||
|
||||
#define MODEM SX1262
|
||||
// TODO TCXO?
|
||||
//#define HAS_TCXO true
|
||||
#define HAS_TCXO false
|
||||
const int pin_tcxo_enable = -1;
|
||||
#define HAS_BUSY true
|
||||
#define DIO2_AS_RF_SWITCH true
|
||||
const int pin_tcxo_enable = -1;
|
||||
|
||||
// following pins are for the sx1262
|
||||
const int pin_cs = 8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue