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
{{ message }}
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.
.../Arduino/libraries/ESPAsyncTCP/src/ESPAsyncTCPbuffer.cpp:27:10: fatal error: debug.h: No such file or directory
27 | #include <debug.h>
| ^~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
using Arduino IDE 2.3.4
ESPAsyncTCP by dvarrel 1.2.4 installed
I checked the src directory, theyre is no debug.h there.
I faked a debug.h and put it in src and the next error was
/home/gary/Arduino/libraries/ESPAsyncTCP/src/SyncClient.cpp:25:10: fatal error: interrupts.h: No such file or directory
25 | #include <interrupts.h>
| ^~~~~~~~~~~~~~
Which indicates this depends on something that is not installed
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Assistance would be appreciated
.../Arduino/libraries/ESPAsyncTCP/src/ESPAsyncTCPbuffer.cpp:27:10: fatal error: debug.h: No such file or directory
27 | #include <debug.h>
| ^~~~~~~~~
compilation terminated.
exit status 1
Compilation error: exit status 1
using Arduino IDE 2.3.4
ESPAsyncTCP by dvarrel 1.2.4 installed
I checked the src directory, theyre is no debug.h there.
Also searched issues with "debug.h" and came up with none.
The text was updated successfully, but these errors were encountered: