uitask: bring back buzzer toggle on tracker l1

Este commit está contenido en:
Florent
2025-10-18 13:40:01 +02:00
padre f085a9d6c5
commit 7d62a27836
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
+1 -1
Ver fichero
@@ -24,7 +24,7 @@ EnvironmentSensorManager sensors = EnvironmentSensorManager();
MomentaryButton user_btn(PIN_USER_BTN, 1000, true, false, false);
MomentaryButton joystick_left(JOYSTICK_LEFT, 1000, true, false, false);
MomentaryButton joystick_right(JOYSTICK_RIGHT, 1000, true, false, false);
MomentaryButton back_btn(PIN_BACK_BTN, 1000, true, false, false);
MomentaryButton back_btn(PIN_BACK_BTN, 1000, true, false, true);
#endif
bool radio_init() {