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-12-02 13:53:44 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-12-02 13:53:44 +0300
commita8d6c52f2f8023fc83fdd1facd03e0608b16183c (patch)
tree54a9dfd1ff173c3d2e6b9db6e1fad2468e27f53b /src/Version.h
parent51926a0b7309aa7845a04f923f8cdf7f0befd0ee (diff)
Fixed to minor 12864 display create/destroy issues (3.4beta4.1)
M918 P0 deletes any existing display and no longer reports an error When a display is deleted, set the CS and A0 pins back to inputs
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 6efcf26a..27ed5572 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -9,7 +9,7 @@
#define SRC_VERSION_H_
#ifndef VERSION
-# define MAIN_VERSION "3.2-beta4+4"
+# define MAIN_VERSION "3.2-beta4.1"
# ifdef USE_CAN0
# define VERSION_SUFFIX " (CAN0)"
# else