You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Arduino IDE 2.3.2 with ESP32 2.0.17. I tried compiling GRBL on the ESP32-S3 DEV Module, but I received the following error:
fatal error: driver/dac.h: No such file or directory
(It compiles fine on the ESP32 DEV Module.)
Here's the full log:
D:...\src\Spindles\Spindle.h:46:10: fatal error: driver/dac.h: No such file or directory
#include <driver/dac.h>
^~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: driver/dac.h: No such file or directory
The text was updated successfully, but these errors were encountered:
I'm using Arduino IDE 2.3.2 with ESP32 2.0.17. I tried compiling GRBL on the ESP32-S3 DEV Module, but I received the following error:
fatal error: driver/dac.h: No such file or directory
(It compiles fine on the ESP32 DEV Module.)
Here's the full log:
D:...\src\Spindles\Spindle.h:46:10: fatal error: driver/dac.h: No such file or directory
#include <driver/dac.h>
^~~~~~~~~~~~~~
compilation terminated.
exit status 1
Compilation error: driver/dac.h: No such file or directory
The text was updated successfully, but these errors were encountered: