1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-08-18 12:21:39 +02:00

Pio down rev (#850)

* Update platformio.ini

* Update Grbl.h
This commit is contained in:
bdring
2021-04-02 07:42:32 -05:00
committed by GitHub
parent 90ca0ac6e8
commit 39ec1f425d
2 changed files with 2 additions and 2 deletions

View File

@@ -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 <sdkconfig.h>
#include <Arduino.h>

View File

@@ -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