mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-18 20:31:35 +02:00
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
// Grbl versioning system
|
// Grbl versioning system
|
||||||
const char* const GRBL_VERSION = "1.3a";
|
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 <sdkconfig.h>
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
@@ -42,7 +42,7 @@ build_flags =
|
|||||||
[env]
|
[env]
|
||||||
;lib_deps =
|
;lib_deps =
|
||||||
; TMCStepper@>=0.7.0,<1.0.0
|
; TMCStepper@>=0.7.0,<1.0.0
|
||||||
platform = espressif32
|
platform = espressif32@3.0.0 ; temporary fix for lost uart rx characters
|
||||||
board = esp32dev
|
board = esp32dev
|
||||||
framework = arduino
|
framework = arduino
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
|
Reference in New Issue
Block a user