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:
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user