1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 18:32:30 +02:00

Add smoothing option for any chart plot

This commit is contained in:
Ulrich Meine
2026-03-26 22:08:00 +01:00
parent 1f0e3cb6eb
commit 3deb80b2c6
5 changed files with 55 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ private:
bool oldShowTruW = false; // remember recent user selection of wind data type
int8_t dataIntv = 1; // Update interval for wind history chart:
// (1)|(2)|(3)|(4)|(8) x 240 seconds for 4, 8, 12, 16, 32 min. history chart
// (1)|(2)|(3)|(4)|(8) seconds for up to 32 min. history chart
bool useSimuData;
// bool holdValues;
String flashLED;