Skip to content

Commit

Permalink
Update General_Driver.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
EffectsMachine committed Jul 19, 2024
1 parent 1118812 commit 91e5871
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions General_Driver/General_Driver.ino
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ void setup() {
screenLine_0 = "UGV";
}

screenLine_1 = "version: 0.90";
screenLine_1 = "version: 0.95";
screenLine_2 = "starting...";
screenLine_3 = "";
oled_update();
Expand Down Expand Up @@ -264,4 +264,4 @@ void loop() {
heartBeatCtrl();

size_t freeHeap = esp_get_free_heap_size();
}
}

0 comments on commit 91e5871

Please sign in to comment.