fix location and naming of enum

Этот коммит содержится в:
seagull9000
2025-05-20 19:33:21 +12:00
родитель f82844f43f
Коммит 7507f889a5
5 изменённых файлов: 24 добавлений и 23 удалений
+3 -3
Просмотреть файл
@@ -520,7 +520,7 @@ protected:
}
} else {
#ifdef DISPLAY_CLASS
ui_task.soundBuzzer(buzzerEventType::newContactMessage);
ui_task.soundBuzzer(UIEventType::newContactMessage);
#endif
}
@@ -583,7 +583,7 @@ protected:
_serial->writeFrame(frame, 1);
} else {
#ifdef DISPLAY_CLASS
ui_task.soundBuzzer(buzzerEventType::contactMessage);
ui_task.soundBuzzer(UIEventType::contactMessage);
#endif
}
#ifdef DISPLAY_CLASS
@@ -636,7 +636,7 @@ protected:
_serial->writeFrame(frame, 1);
} else {
#ifdef DISPLAY_CLASS
ui_task.soundBuzzer();
ui_task.soundBuzzer(UIEventType::channelMessage);
#endif
}
#ifdef DISPLAY_CLASS