Skip to content

Commit a520c37

Browse files
committed
Tell future ESP3DLib where to find things
1 parent 174dcc1 commit a520c37

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ini/features.ini

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,9 @@ IS_SCARA = src_filter=+<src/module/scara.cpp>
243243
HAS_SERVOS = src_filter=+<src/module/servo.cpp> +<src/gcode/control/M280.cpp>
244244
MORGAN_SCARA = src_filter=+<src/gcode/scara>
245245
HAS_MICROSTEPS = src_filter=+<src/gcode/control/M350_M351.cpp>
246-
(ESP3D_)?WIFISUPPORT = AsyncTCP, ESP Async WebServer
247-
ESP3DLib=https://github.com/luc-github/ESP3DLib/archive/master.zip
248-
arduinoWebSockets=links2004/[email protected]
249-
luc-github/[email protected]
250-
lib_ignore=ESPAsyncTCP
246+
(ESP3D_)?WIFISUPPORT = AsyncTCP, ESP Async WebServer
247+
ESP3DLib=https://github.com/luc-github/ESP3DLib/archive/master.zip
248+
arduinoWebSockets=links2004/[email protected]
249+
luc-github/[email protected]
250+
lib_ignore=ESPAsyncTCP
251+
build_flags=-DSRCHOME=${platformio.src_dir}/src -DHALHOME=SRCHOME

0 commit comments

Comments
 (0)