Skip to content

Commit 39ec1f4

Browse files
authored
Pio down rev (#850)
* Update platformio.ini * Update Grbl.h
1 parent 90ca0ac commit 39ec1f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Grbl_Esp32/src/Grbl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
// Grbl versioning system
2424
const char* const GRBL_VERSION = "1.3a";
25-
const char* const GRBL_VERSION_BUILD = "20210329";
25+
const char* const GRBL_VERSION_BUILD = "20210401";
2626

2727
//#include <sdkconfig.h>
2828
#include <Arduino.h>

platformio.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ build_flags =
4242
[env]
4343
;lib_deps =
4444
; TMCStepper@>=0.7.0,<1.0.0
45-
platform = espressif32
45+
platform = espressif32@3.0.0 ; temporary fix for lost uart rx characters
4646
board = esp32dev
4747
framework = arduino
4848
upload_speed = 921600

0 commit comments

Comments
 (0)