mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-05-05 08:05:18 -04:00
Add support for LoRa32 v2.0
This commit is contained in:
parent
c9511f7294
commit
7416c9c663
3 changed files with 44 additions and 11 deletions
8
Config.h
8
Config.h
|
@ -103,11 +103,11 @@
|
|||
const int pin_reset = 12;
|
||||
const int pin_dio = 26;
|
||||
#if defined(EXTERNAL_LEDS)
|
||||
const int pin_led_rx = 15;
|
||||
const int pin_led_tx = 4;
|
||||
const int pin_led_rx = 2;
|
||||
const int pin_led_tx = 0;
|
||||
#else
|
||||
const int pin_led_rx = 23;
|
||||
const int pin_led_tx = 23;
|
||||
const int pin_led_rx = 22;
|
||||
const int pin_led_tx = 22;
|
||||
#endif
|
||||
#elif BOARD_MODEL == BOARD_LORA32_V2_1
|
||||
const int pin_cs = 18;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue