Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-10-24 13:14:59 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-10-24 13:14:59 +0300
commit3863b2ad1a8931bb1a94d0f952f195c58519240c (patch)
tree3cd6b92f86d173cd406d00dd62b9daab822fe8fe /src/Version.h
parenta71991c4b54bd33f248ad26ab9ff33c41a6e59e1 (diff)
Don't send empty reponses to USB when not in Marlin compatibility mode
Diffstat (limited to 'src/Version.h')
-rw-r--r--src/Version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Version.h b/src/Version.h
index 00cd6b3b..c90fe15d 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -19,7 +19,7 @@
#endif
#ifndef DATE
-# define DATE "2020-10-23b6"
+# define DATE "2020-10-24b1"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"