This commit is contained in:
e2002
2022-10-14 16:35:49 +03:00
parent 1c4b1dec6e
commit aac04b6a9e
4 changed files with 7 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define VERSION "0.8.00b"
#define VERSION "0.8.01b"
/*******************************************************
DO NOT EDIT THIS FILE.

View File

@@ -62,7 +62,7 @@ const char rssiFmt[] PROGMEM = "%d";
//const char iptxtFmt[] PROGMEM = "%s";
//const char voltxtFmt[] PROGMEM = "%d";
const char bitrateFmt[] PROGMEM = "%d";
*/
/* MOVES */ /* { left, top, width } */
const MoveConfig clockMove PROGMEM = { 14, 29+34, 0};
const MoveConfig weatherMove PROGMEM = { TFT_FRAMEWDT, 80-13, MAX_WIDTH-6*3-4-30 };