Browse Source

add ethernet to src filter (#20136)

Co-authored-by: ellensp <ellensp@ellensp-HP-ProBook-6470b.fritz.box>
ellensp 3 years ago
parent
commit
b57ca6e4ac
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      platformio.ini

+ 1
- 0
platformio.ini View File

77
   -<src/feature/direct_stepping.cpp> -<src/gcode/motion/G6.cpp>
77
   -<src/feature/direct_stepping.cpp> -<src/gcode/motion/G6.cpp>
78
   -<src/feature/e_parser.cpp>
78
   -<src/feature/e_parser.cpp>
79
   -<src/feature/encoder_i2c.cpp>
79
   -<src/feature/encoder_i2c.cpp>
80
+  -<src/feature/ethernet.cpp>
80
   -<src/feature/fanmux.cpp>
81
   -<src/feature/fanmux.cpp>
81
   -<src/feature/filwidth.cpp> -<src/gcode/feature/filwidth>
82
   -<src/feature/filwidth.cpp> -<src/gcode/feature/filwidth>
82
   -<src/feature/fwretract.cpp> -<src/gcode/feature/fwretract>
83
   -<src/feature/fwretract.cpp> -<src/gcode/feature/fwretract>

Loading…
Cancel
Save