hotfix for 11.0.0. Bump version to 2.0.5

This commit is contained in:
suchmememanyskill
2020-12-03 21:58:38 +01:00
parent 024ef7cd6e
commit acef46781d
3 changed files with 3 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ void gfx_clearscreen(){
gfx_boxGrey(0, 703, 1279, 719, 0xFF);
gfx_boxGrey(0, 0, 1279, 15, 0xFF);
gfx_con_setpos(0, 0);
gfx_printf("Tegraexplorer v2.0.4 | Battery: %3d%%\n", battery >> 8);
gfx_printf("Tegraexplorer v2.0.5 | Battery: %3d%%\n", battery >> 8);
RESETCOLOR;
}