mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-06-05 13:39:06 -04:00
ESP32 adjustments
This commit is contained in:
parent
0e28c759cb
commit
d9a982b876
9 changed files with 74 additions and 27 deletions
6
Config.h
6
Config.h
|
@ -285,9 +285,13 @@
|
|||
#define HAS_NP true
|
||||
#define HAS_SD false
|
||||
#define HAS_EEPROM true
|
||||
const int pin_cs = 7;
|
||||
#define HAS_RF_SWITCH_RX_TX true
|
||||
#define HAS_BUSY true
|
||||
const int pin_reset = 8;
|
||||
const int pin_rxen = 21;
|
||||
const int pin_dio = 33;
|
||||
const int pin_busy = 34;
|
||||
|
||||
const int pin_np = 38;
|
||||
const int pin_dac = 25;
|
||||
const int pin_adc = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue