mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
use top button to wake hibernated gat562 mesh watch
This commit is contained in:
parent
856df241ee
commit
1a897a3b5f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public:
|
|||
|
||||
|
||||
void powerOff() override {
|
||||
uint32_t button_pin = PIN_BUTTON2;
|
||||
uint32_t button_pin = PIN_BUTTON1;
|
||||
nrf_gpio_cfg_input(button_pin, NRF_GPIO_PIN_PULLUP);
|
||||
nrf_gpio_cfg_sense_set(button_pin, NRF_GPIO_PIN_SENSE_LOW);
|
||||
sd_power_system_off();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue