Set build version and date. Also enable TFT debugging.

This commit is contained in:
Knutwurst
2023-06-02 08:48:41 +02:00
parent 8fb71f482e
commit d93ff45af6
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -34,7 +34,7 @@
//#define ANYCUBIC_TFT_DEBUG //#define ANYCUBIC_TFT_DEBUG
//#define KNUTWURST_DGUS2_TFT //#define KNUTWURST_DGUS2_TFT
//#define KNUTWURST_TFT_LEVELING #define KNUTWURST_TFT_LEVELING
#ifdef ANYCUBIC_TOUCHSCREEN #ifdef ANYCUBIC_TOUCHSCREEN
#include "./anycubic_touchscreen.h" #include "./anycubic_touchscreen.h"