mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-24 07:20:41 -04:00
Fix T3S3 SX1262 dio pin and build config
This commit is contained in:
parent
e8dd7dbc93
commit
bfc215b2a3
2 changed files with 26 additions and 25 deletions
3
Boards.h
3
Boards.h
|
@ -416,7 +416,6 @@
|
|||
const int pin_sclk = 5;
|
||||
const int pin_mosi = 6;
|
||||
const int pin_miso = 3;
|
||||
const int pin_dio = 9;
|
||||
|
||||
#if MODEM == SX1262
|
||||
#define DIO2_AS_RF_SWITCH true
|
||||
|
@ -425,6 +424,8 @@
|
|||
const int pin_busy = 34;
|
||||
const int pin_dio = 33;
|
||||
const int pin_tcxo_enable = -1;
|
||||
#else
|
||||
const int pin_dio = 9;
|
||||
#endif
|
||||
|
||||
const int pin_np = 38;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue