Skip to content

Commit

Permalink
Version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkninc committed Aug 29, 2017
1 parent d3550ed commit 1b8d9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static void UITask(void * pvParameters) {
while(!systemReady);

#ifndef SIMULATION_BOARD
OLED_DrawString("V 0.9.1d", 8); //Version Number
OLED_DrawString("V 0.9.1", 8); //Version Number
Graph_Update();
vTaskDelay(500); //Pause to show version number
#endif
Expand Down

0 comments on commit 1b8d9da

Please sign in to comment.