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-30 13:43:05 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-10-30 13:43:05 +0300
commitd5f639900a4c9fa4dabe4f43d715d82a542c3a01 (patch)
treefba8749f912e0f697b0d7adbdc12e9debff8b6ca /src/Version.h
parent75fef214f21e675394e53798c699ace6ee6df521 (diff)
Bug fix to LinearAnalogSensor
On Duet 3 the the reading returned was 4 times the correct value
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 4b924815..c583a8f8 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -19,7 +19,7 @@
#endif
#ifndef DATE
-# define DATE "2020-10-29b1"
+# define DATE "2020-10-30b1"
#endif
#define AUTHORS "reprappro, dc42, chrishamm, t3p3, dnewman, printm3d"