Skip to content

Commit

Permalink
Update main.c
Browse files Browse the repository at this point in the history
Added tag for 0.3.1 software
  • Loading branch information
mniedermaier authored Mar 10, 2024
1 parent 91a2990 commit 6277cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion software/stm32/Core/Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ void Fdisplay(void const * argument)
secondsAfterStart++;
// Display showing Cybics string and IP
if(0==displayScreen){
snprintf(displayText, sizeof(displayText), "%-16s", "CybICS v0.3");
snprintf(displayText, sizeof(displayText), "%-16s", "CybICS v0.3.1");
Lcd_cursor(&lcd, 0, 0);
Lcd_string(&lcd, displayText);
snprintf(displayText, sizeof(displayText), "%16li", secondsAfterStart);
Expand Down

0 comments on commit 6277cc6

Please sign in to comment.