-
Hi guys, I am currently using the old preconfiguration and already compiled FW on my grblHAL Breakout Board with Teensy 4.1 on it. I have made some upgrade on my machine (limit switch for auto square gantry, RGB light for the rgb plugin, etc) and I want to update the firmware. I've made all the changes needed in the various files while following the wiki compiling instruction but when I tried to compile everything, I got this fatal error. I'am using the Arduino IDE with teensyduino added
Have you guys already face this one ? Cheers and keep up the good work, my CNC works flawlessly from the start |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
It is a dependency that should only be compiled in when ethernet is enabled. A workaround is to delete networking/networking.c or comment out the code by adding |
Beta Was this translation helpful? Give feedback.
It is a dependency that should only be compiled in when ethernet is enabled. A workaround is to delete networking/networking.c or comment out the code by adding
/*
as the first line and*/
as the last. I'll fix this in the next commit.