Skip to content

Commit 8dc0587

Browse files
committed
Decrease display refresh interval 5 times / second
1 parent 848925c commit 8dc0587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/OpenBikeSensorFirmware.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Gps gps;
7777
static const long BLUETOOTH_INTERVAL_MILLIS = 100;
7878
static long lastBluetoothInterval = 0;
7979

80-
static const long DISPLAY_INTERVAL_MILLIS = 25;
80+
static const long DISPLAY_INTERVAL_MILLIS = 200;
8181
static long lastDisplayInterval = 0;
8282

8383
float TemperatureValue = -1;

0 commit comments

Comments
 (0)