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 98ffc3a commit d930803Copy full SHA for d930803
src/OpenBikeSensorFirmware.cpp
@@ -34,7 +34,7 @@
34
35
// --- Global variables ---
36
// Version only change the "vN.M" part if needed.
37
-const char *OBSVersion = "v0.8" BUILD_NUMBER;
+const char *OBSVersion = "v0.9" BUILD_NUMBER;
38
39
const uint8_t LEFT_SENSOR_ID = 1;
40
const uint8_t RIGHT_SENSOR_ID = 0;
0 commit comments