1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-01 18:32:37 +02:00

Use local libs with pio (#583)

* To use a local library, simplify lib_deps

* Avoid using an incompatible version of the API

Change the version specification of TMCStepper to avoid the compatibility issues @teemuatlut mentioned before.

* Update the version
This commit is contained in:
odaki
2020-09-08 09:24:14 +09:00
committed by GitHub
parent 89fa85dac0
commit ed6c31be41
2 changed files with 2 additions and 4 deletions

View File

@@ -23,7 +23,7 @@
// Grbl versioning system
#define GRBL_VERSION "1.3a"
#define GRBL_VERSION_BUILD "20200831"
#define GRBL_VERSION_BUILD "20200908"
//#include <sdkconfig.h>
#include <Arduino.h>

View File

@@ -31,9 +31,7 @@ build_flags =
[env]
lib_deps =
TMCStepper@>=0.7.0
arduinoWebSockets
ESP32SSPD
TMCStepper@>=0.7.0,<1.0.0
platform = espressif32
board = esp32dev
framework = arduino