diff --git a/Grbl_Esp32/src/Grbl.h b/Grbl_Esp32/src/Grbl.h index 1aa867c5..0e0a0635 100644 --- a/Grbl_Esp32/src/Grbl.h +++ b/Grbl_Esp32/src/Grbl.h @@ -22,7 +22,7 @@ // Grbl versioning system const char* const GRBL_VERSION = "1.3a"; -const char* const GRBL_VERSION_BUILD = "20210329"; +const char* const GRBL_VERSION_BUILD = "20210401"; //#include #include diff --git a/platformio.ini b/platformio.ini index 7709547c..53e9690f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -42,7 +42,7 @@ build_flags = [env] ;lib_deps = ; TMCStepper@>=0.7.0,<1.0.0 -platform = espressif32 +platform = espressif32@3.0.0 ; temporary fix for lost uart rx characters board = esp32dev framework = arduino upload_speed = 921600