@sailingrotevista/rotevista-dash 7.0.14 → 7.0.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.js +2 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -183,7 +183,8 @@ module.exports = function (app) {
|
|
|
183
183
|
if (path === 'environment.depth.belowTransducer' && (val < -2.0 || val > 500)) {
|
|
184
184
|
return;
|
|
185
185
|
}
|
|
186
|
-
|
|
186
|
+
|
|
187
|
+
// Rimosso la seconda dichiarazione duplicata di 'now' poiché già dichiarata in cima alla funzione
|
|
187
188
|
const alpha = 1.0; // Passa-tutto istantaneo (i sensori di bordo ST60+ sono già calibrati con damping hardware a 12)
|
|
188
189
|
|
|
189
190
|
// FILTRO PASSA-BASSO CONTINUO IN TEMPO REALE (Previene gli Spike prima della storicizzazione)
|