♻️ refactor: unify UI notification methods into single notify() function

Consolidates soundBuzzer() and triggerVibration() into a unified notify() method
that handles both audio and haptic feedback based on UIEventType.
이 커밋은 다음에 포함됨:
csrutil
2025-09-17 08:56:18 +08:00
부모 2da50882c0
커밋 043f37a08e
6개의 변경된 파일26개의 추가작업 그리고 40개의 파일을 삭제
+1 -1
파일 보기
@@ -66,7 +66,7 @@ public:
// from AbstractUITask
void msgRead(int msgcount) override;
void newMsg(uint8_t path_len, const char* from_name, const char* text, int msgcount) override;
void soundBuzzer(UIEventType bet = UIEventType::none) override;
void notify(UIEventType t = UIEventType::none) override;
void loop() override;
void shutdown(bool restart = false);