@@ -323,6 +323,7 @@ def cmd_str():
hardware_manager.start_idle_timer() # 重新计时
diff_ms = current_time - last_adc_trigger
if diff_ms < 3000:
logger.info(f"[MAIN] 扳机触发过于频繁, {diff_ms}ms")
continue
last_adc_trigger = current_time
# 触发前先把缓存刷出来,避免波形被长耗时处理截断
The note is not visible to the blocked user.