Skip to content

Commit 1a897a3

Browse files
committed
use top button to wake hibernated gat562 mesh watch
1 parent 856df24 commit 1a897a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/gat562_mesh_watch13/GAT56MeshWatch13Board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class GAT56MeshWatch13Board : public NRF52BoardDCDC {
3535

3636

3737
void powerOff() override {
38-
uint32_t button_pin = PIN_BUTTON2;
38+
uint32_t button_pin = PIN_BUTTON1;
3939
nrf_gpio_cfg_input(button_pin, NRF_GPIO_PIN_PULLUP);
4040
nrf_gpio_cfg_sense_set(button_pin, NRF_GPIO_PIN_SENSE_LOW);
4141
sd_power_system_off();

0 commit comments

Comments
 (0)