Fixup button interaction

This commit is contained in:
Sassa NF
2024-10-09 19:36:49 +01:00
parent b9e2bffb93
commit fe0bf7d658
3 changed files with 131 additions and 63 deletions
+2
View File
@@ -63,5 +63,7 @@ void WaterfallChart::onEvent(Event &e)
return;
}
level_y = e.emitter.trigger_level;
updatePoint(e.time_ms, e.detected.freq, e.detected.rssi);
}