mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-08-19 12:51:47 +02:00
Add dependent libs
Defining dependent libraries in platformio.ini allows the platformio system to download the libraries as needed. (Mainly for use with Travis CI)
This commit is contained in:
@@ -21,7 +21,10 @@ lib_deps_builtin =
|
||||
WiFiClientSecure
|
||||
|
||||
[env:nodemcu-32s]
|
||||
lib_deps = TMCStepper
|
||||
lib_deps =
|
||||
TMCStepper
|
||||
arduinoWebSockets
|
||||
ESP32SSPD
|
||||
platform = espressif32
|
||||
board = nodemcu-32s
|
||||
framework = arduino
|
||||
|
Reference in New Issue
Block a user