Bump version

This commit is contained in:
Such Meme, Many Skill
2020-05-03 02:17:36 +02:00
parent cb46e4bc40
commit 22ecb34fec
2 changed files with 4 additions and 4 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 v1.5.2 | Battery: %3d%%\n", battery >> 8);
gfx_printf("Tegraexplorer v2.0.0 | Battery: %3d%%\n", battery >> 8);
RESETCOLOR;
}