We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856df24 commit 1a897a3Copy full SHA for 1a897a3
1 file changed
variants/gat562_mesh_watch13/GAT56MeshWatch13Board.h
@@ -35,7 +35,7 @@ class GAT56MeshWatch13Board : public NRF52BoardDCDC {
35
36
37
void powerOff() override {
38
- uint32_t button_pin = PIN_BUTTON2;
+ uint32_t button_pin = PIN_BUTTON1;
39
nrf_gpio_cfg_input(button_pin, NRF_GPIO_PIN_PULLUP);
40
nrf_gpio_cfg_sense_set(button_pin, NRF_GPIO_PIN_SENSE_LOW);
41
sd_power_system_off();
0 commit comments