add live graph to shure plugin

This commit is contained in:
sparks-alec
2023-06-12 20:05:46 -04:00
parent 99af6e9093
commit 8ef1ba9bcf
4 changed files with 67 additions and 11 deletions
+1
View File
@@ -8,6 +8,7 @@ class Channel {
this.rx_rf_lvl = 0;
this.rf_antenna = 0;
this.tx_type = 0;
this.rx_graph_bars = 0;
}
}