Skip to content

Commit

Permalink
Next release is 0.21 which includes obs classic and obs pro
Browse files Browse the repository at this point in the history
  • Loading branch information
amandel committed Aug 17, 2024
1 parent 69bf0b1 commit ee7119f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenBikeSensorFirmware.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

// --- Global variables ---
// Version only change the "vN.M" part if needed.
const char *OBSVersion = "v0.20" BUILD_NUMBER;
const char *OBSVersion = "v0.21" BUILD_NUMBER;

const uint8_t LEFT_SENSOR_ID = 1;
const uint8_t RIGHT_SENSOR_ID = 0;
Expand Down

0 comments on commit ee7119f

Please sign in to comment.