Fix website feed, version

This commit is contained in:
InsanityAutomation
2021-01-19 21:46:56 -05:00
parent f34a9cc66c
commit 0d0beea222
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
/**
* Marlin release version identifier
*/
#define SHORT_BUILD_VERSION "TM3D2.0.7.2-CR6-A"
#define SHORT_BUILD_VERSION "TM3D2.0.7.2-CR6-B"
/**
* Verbose version identifier which should contain a reference to the location
@@ -238,7 +238,7 @@ void DGUSScreenHandler::DGUSLCD_SendPrintTimeToDisplay(DGUS_VP_Variable &var) {
void DGUSScreenHandler::DGUSLCD_SendAboutFirmwareWebsite(DGUS_VP_Variable &var) {
const char* websiteUrl = PSTR(WEBSITE_URL);
dgusdisplay.WriteVariablePGM(var.VP, websiteUrl, strlen(websiteUrl), true);
dgusdisplay.WriteVariablePGM(var.VP, websiteUrl, VP_MARLIN_WEBSITE_LEN, true);
}
void DGUSScreenHandler::DGUSLCD_SendAboutFirmwareVersion(DGUS_VP_Variable &var) {