Skip to content
This repository has been archived by the owner on Nov 18, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from letni/2.0.x
Browse files Browse the repository at this point in the history
Fix incorrect Marlin version on the Information screen
  • Loading branch information
Desuuuu authored Aug 16, 2020
2 parents 61df9de + 4b092fe commit 0da4c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#include "../../../../../module/temperature.h"

const char DGUS_MACHINENAME[] PROGMEM = MACHINE_NAME;
const char DGUS_MARLINVERSION[] PROGMEM = "2.0.5.3-r2"; // SHORT_BUILD_VERSION
const char DGUS_MARLINVERSION[] PROGMEM = SHORT_BUILD_VERSION;

#define VP_HELPER(ADDR, SIZE, FLAGS, EXTRA, RXHANDLER, TXHANDLER) \
{ .addr = ADDR, \
Expand Down

0 comments on commit 0da4c7b

Please sign in to comment.