Add more TFT debugging messages.

This commit is contained in:
Knutwurst
2023-06-07 09:03:20 +02:00
parent acee1592c9
commit f7060d5524
2 changed files with 17 additions and 2 deletions

View File

@@ -41,10 +41,10 @@
* here we define this default string as the date where the latest release
* version was tagged.
*/
#define CUSTOM_BUILD_VERSION "1.5.0-RC1"
#define CUSTOM_BUILD_VERSION "1.5.0-RC2"
#ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2023-06-02"
#define STRING_DISTRIBUTION_DATE "2023-06-07"
#endif
/**