@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.
Files changed (2) hide show
  1. package/index.js +2 -1
  2. 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
- const now = Date.now();
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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sailingrotevista/rotevista-dash",
3
- "version": "7.0.14",
3
+ "version": "7.0.15",
4
4
  "description": "Wind Dashboard with navigation and course aids",
5
5
  "main": "index.js",
6
6
  "publishConfig": {