mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-07-05 17:32:10 +02:00
Add noise floor visualizer to statistics. Closes #129.
This commit is contained in:
@@ -86,8 +86,6 @@ async def stop_noise_floor_sampling() -> None:
|
||||
|
||||
async def get_noise_floor_history() -> dict:
|
||||
"""Return the current 24-hour in-memory noise floor history snapshot."""
|
||||
await sample_noise_floor_once(blocking=False)
|
||||
|
||||
now = int(time.time())
|
||||
cutoff = now - NOISE_FLOOR_WINDOW_SECONDS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user