We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ca0ac commit 39ec1f4Copy full SHA for 39ec1f4
Grbl_Esp32/src/Grbl.h
@@ -22,7 +22,7 @@
22
23
// Grbl versioning system
24
const char* const GRBL_VERSION = "1.3a";
25
-const char* const GRBL_VERSION_BUILD = "20210329";
+const char* const GRBL_VERSION_BUILD = "20210401";
26
27
//#include <sdkconfig.h>
28
#include <Arduino.h>
platformio.ini
@@ -42,7 +42,7 @@ build_flags =
42
[env]
43
;lib_deps =
44
; TMCStepper@>=0.7.0,<1.0.0
45
-platform = espressif32
+platform = espressif32@3.0.0 ; temporary fix for lost uart rx characters
46
board = esp32dev
47
framework = arduino
48
upload_speed = 921600
0 commit comments