mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-11-24 17:03:16 -05:00
Merge pull request #116 from Am0g-us/patch-1
Fix generic esp32 reset pin
This commit is contained in:
commit
1e9654012f
1 changed files with 2 additions and 2 deletions
4
Boards.h
4
Boards.h
|
|
@ -221,7 +221,7 @@
|
|||
#define HAS_CONSOLE true
|
||||
#define HAS_EEPROM true
|
||||
const int pin_cs = 4;
|
||||
const int pin_reset = 36;
|
||||
const int pin_reset = 33;
|
||||
const int pin_dio = 39;
|
||||
const int pin_led_rx = 14;
|
||||
const int pin_led_tx = 32;
|
||||
|
|
@ -262,7 +262,7 @@
|
|||
#define HAS_CONSOLE true
|
||||
#define HAS_EEPROM true
|
||||
const int pin_cs = 4;
|
||||
const int pin_reset = 36;
|
||||
const int pin_reset = 33;
|
||||
const int pin_dio = 39;
|
||||
const int pin_led_rx = 14;
|
||||
const int pin_led_tx = 32;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue