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.
2 parents 95d1f05 + e42ecc3 commit d929d32Copy full SHA for d929d32
variants/nano_g2_ultra/nano-g2.h
@@ -52,8 +52,8 @@ class NanoG2Ultra : public mesh::MainBoard {
52
void powerOff() override {
53
// put GPS chip to sleep
54
digitalWrite(PIN_GPS_STANDBY, LOW);
55
-// unset buzzer to prevent notification circuit activating on hibernate
56
-#undef PIN_BUZZER
+ // TODO: unset buzzer to prevent notification circuit activating on hibernate
+ // needs to be set as silent or somehow stop using macros for pins
57
58
nrf_gpio_cfg_sense_input(digitalPinToInterrupt(PIN_USER_BTN), NRF_GPIO_PIN_NOPULL,
59
NRF_GPIO_PIN_SENSE_LOW);
0 commit comments