Add files via upload

This commit is contained in:
rtorchia
2024-10-14 09:00:25 -04:00
committed by GitHub
parent 1e9918f8eb
commit d9e6b53f85
+2 -2
View File
@@ -26,7 +26,7 @@
*/ */
#ifndef SHORT_BUILD_VERSION #ifndef SHORT_BUILD_VERSION
#if ENABLED(HIGH_SPEED_1) #if ENABLED(HIGH_SPEED_1)
#define SHORT_BUILD_VERSION "V1.0.7" #define SHORT_BUILD_VERSION "V1.0.8"
#else #else
#define SHORT_BUILD_VERSION "Ender-3V3 SE_Ten_P1T14T" // GD32F303RET6 + Multilanguage 1.Chinese 2.English 3.German 4.Russian 5.French 6.Turkish 7.Spanish 8.Italian 9.Portuguese #define SHORT_BUILD_VERSION "Ender-3V3 SE_Ten_P1T14T" // GD32F303RET6 + Multilanguage 1.Chinese 2.English 3.German 4.Russian 5.French 6.Turkish 7.Spanish 8.Italian 9.Portuguese
#endif #endif
@@ -46,7 +46,7 @@
* version was tagged. * version was tagged.
*/ */
#ifndef STRING_DISTRIBUTION_DATE #ifndef STRING_DISTRIBUTION_DATE
#define STRING_DISTRIBUTION_DATE "2024-07-25" #define STRING_DISTRIBUTION_DATE "2024-10-20"
#endif #endif
/** /**