From 39ec1f425d327b51f9b6a346d97ea9906a8b4b46 Mon Sep 17 00:00:00 2001 From: bdring Date: Fri, 2 Apr 2021 07:42:32 -0500 Subject: [PATCH] Pio down rev (#850) * Update platformio.ini * Update Grbl.h --- Grbl_Esp32/src/Grbl.h | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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