mirror of
https://github.com/skinnyrad/Lora-Scanner.git
synced 2026-08-08 09:32:48 +02:00
Fix: Fixing RSSI values in survey mode
This commit is contained in:
@@ -166,7 +166,7 @@
|
||||
updateTableData();
|
||||
|
||||
// Periodically update the table every second
|
||||
setInterval(updateTableData, 1000);
|
||||
setInterval(updateTableData, 10000);
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user