mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-11-24 17:03:16 -05:00
Enable PMU on RAK and set user button to exposed pin
This commit is contained in:
parent
8a3af0c943
commit
bbaddfbb66
1 changed files with 2 additions and 2 deletions
4
Boards.h
4
Boards.h
|
|
@ -715,7 +715,7 @@
|
|||
#define HAS_BLUETOOTH false
|
||||
#define HAS_BLE true
|
||||
#define HAS_CONSOLE false
|
||||
#define HAS_PMU false
|
||||
#define HAS_PMU true
|
||||
#define HAS_NP false
|
||||
#define HAS_SD false
|
||||
#define HAS_TCXO true
|
||||
|
|
@ -731,7 +731,7 @@
|
|||
#define BLE_MANUFACTURER "RAK Wireless"
|
||||
#define BLE_MODEL "RAK4640"
|
||||
|
||||
const int pin_btn_usr1 = 9;
|
||||
const int pin_btn_usr1 = 31;
|
||||
|
||||
// Following pins are for the sx1262
|
||||
const int pin_rxen = 37;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue