UI changes

This commit is contained in:
NoobishSVK
2024-02-23 14:05:23 +01:00
parent 5c4e669efd
commit c2bb770f82
14 changed files with 168 additions and 90 deletions
+2 -2
View File
@@ -204,8 +204,8 @@ const clientUpdateIntervals = new Map(); // Store update intervals for each clie
// Initialize the data object
var dataToSend = {
pi: '?',
freq: 87.500,
previousFreq: 87.500,
freq: 87.500.toFixed(3),
previousFreq: 87.500.toFixed(3),
signal: 0,
st: false,
st_forced: false,