We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 848925c commit 8dc0587Copy full SHA for 8dc0587
src/OpenBikeSensorFirmware.cpp
@@ -77,7 +77,7 @@ Gps gps;
77
static const long BLUETOOTH_INTERVAL_MILLIS = 100;
78
static long lastBluetoothInterval = 0;
79
80
-static const long DISPLAY_INTERVAL_MILLIS = 25;
+static const long DISPLAY_INTERVAL_MILLIS = 200;
81
static long lastDisplayInterval = 0;
82
83
float TemperatureValue = -1;
0 commit comments