We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe5e0c commit 75435deCopy full SHA for 75435de
1 file changed
src/OpenBikeSensorFirmware.cpp
@@ -36,7 +36,7 @@
36
37
// --- Global variables ---
38
// Version only change the "vN.M" part if needed.
39
-const char *OBSVersion = "v0.16" BUILD_NUMBER;
+const char *OBSVersion = "v0.17" BUILD_NUMBER;
40
41
const uint8_t LEFT_SENSOR_ID = 1;
42
const uint8_t RIGHT_SENSOR_ID = 0;
0 commit comments