Fix: Fixing RSSI values in survey mode

This commit is contained in:
Halcy0nic
2024-01-31 14:01:32 -07:00
parent 8379ccc6ca
commit b540d133d3
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -166,7 +166,7 @@
updateTableData();
// Periodically update the table every second
setInterval(updateTableData, 1000);
setInterval(updateTableData, 10000);