mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-03-14 19:29:39 +01: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:
parent
eb2f514f69
commit
266480be3d
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user