Browse Source
add ethernet to src filter (#20136)
Co-authored-by: ellensp <ellensp@ellensp-HP-ProBook-6470b.fritz.box>
vanilla_fb_2.0.x
ellensp
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
platformio.ini
|
|
@ -77,6 +77,7 @@ default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared> |
|
|
|
-<src/feature/direct_stepping.cpp> -<src/gcode/motion/G6.cpp> |
|
|
|
-<src/feature/e_parser.cpp> |
|
|
|
-<src/feature/encoder_i2c.cpp> |
|
|
|
-<src/feature/ethernet.cpp> |
|
|
|
-<src/feature/fanmux.cpp> |
|
|
|
-<src/feature/filwidth.cpp> -<src/gcode/feature/filwidth> |
|
|
|
-<src/feature/fwretract.cpp> -<src/gcode/feature/fwretract> |
|
|
|