add torch

This commit is contained in:
taco
2026-05-10 03:08:08 +10:00
parent 8540c98947
commit 9f683975c1
6 changed files with 27 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ EnvironmentSensorManager sensors = EnvironmentSensorManager();
#ifdef DISPLAY_CLASS
DISPLAY_CLASS display;
MomentaryButton user_btn(PIN_USER_BTN, 1000, true);
MomentaryButton back_btn(PIN_BUTTON2, 1000, true);
#endif
bool radio_init() {