-
-
Notifications
You must be signed in to change notification settings - Fork 566
Description
Please answer the following questions:
Have you read the wiki regarding how to compile?
yes
What version of the Arduino IDE are you using?
1.8.13
What version (commit date) of the Arduino core for the ESP32 are you using?
latest
Are you using the master branch of Grbl_ESP32?
Have you made any edits or configuration changes (list them) to the firmware?
im trying to use unipolar motors and when i go to machine.h file and uncomment the atari machine it gives me the following error
Please paste the compiler error text here:
sketch/src/CustomCode.cpp:7:34: fatal error: Custom/atari_1020.cpp: No such file or directory
compilation terminated.
Multiple libraries were found for "WiFi.h"
Used: /home/pi/.arduino15/packages/esp32/hardware/esp32/1.0.4/libraries/WiFi
Not used: /home/pi/Desktop/arduino-1.8.13/libraries/WiFi
Multiple libraries were found for "SD.h"
Used: /home/pi/.arduino15/packages/esp32/hardware/esp32/1.0.4/libraries/SD
Not used: /home/pi/Desktop/arduino-1.8.13/libraries/SD
exit status 1
Error compiling for board ESP32 Dev Module.