Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

debug.h required by ESPAsyncTCPbuffer.cpp is absent from the repository - compilation fails #190

Open
@garykuipers

Description

@garykuipers

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.

~/Arduino/libraries/ESPAsyncTCP$ ls
examples  library.properties  LICENSE.txt  README.md  src  ssl
gary@gary-17Z90R-H-ADC8U1:~/Arduino/libraries/ESPAsyncTCP$ ls src
async_config.h    AsyncPrinter.h      ESPAsyncTCPbuffer.cpp  ESPAsyncTCP.cpp  SyncClient.cpp  tcp_axtls.c
AsyncPrinter.cpp  DebugPrintMacros.h  ESPAsyncTCPbuffer.h    ESPAsyncTCP.h    SyncClient.h    tcp_axtls.h
`gary@gary-17Z90R-H-ADC8U1:~/Arduino/libraries/ESPAsyncTCP$` find . -name debug.h
gary@gary-17Z90R-H-ADC8U1:~/Arduino/libraries/ESPAsyncTCP$ 

Also searched issues with "debug.h" and came up with none.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions