Skip to content

Commit 95a1193

Browse files
committed
Version with BT support will be 0.3
1 parent 4cff04e commit 95a1193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenBikeSensorFirmware/OpenBikeSensorFirmware.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
// --- Global variables ---
2828
// Version only change the "vN.M" part if needed.
29-
const char *OBSVersion = "v0.2" BUILD_NUMBER;
29+
const char *OBSVersion = "v0.3" BUILD_NUMBER;
3030

3131
// PINs
3232
const int PushButton = 2;

0 commit comments

Comments
 (0)