Fix website feed, version
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user