Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fatal error: sdkconfig.h: No such file or directory #178

Open
Lumus-0x opened this issue Mar 1, 2024 · 2 comments
Open

fatal error: sdkconfig.h: No such file or directory #178

Lumus-0x opened this issue Mar 1, 2024 · 2 comments

Comments

@Lumus-0x
Copy link

Lumus-0x commented Mar 1, 2024

In file included from C:\Users\Станислав\Documents\Arduino\Lan_server__PVZ\Lan_server__PVZ.ino:3:
c:\Users\���������\Documents\Arduino\libraries\AsyncTCP\src/AsyncTCP.h:26:10: fatal error: sdkconfig.h: No such file or directory
26 | #include "sdkconfig.h"
| ^~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: exit status 1

When trying to compile the code, it gives an error that there is not enough file
ARDUINO IDE

@castruck
Copy link

castruck commented Jul 11, 2024

Brand new install of Arduino IDE 2.3.2 using ESP8266 NodeMCU 1.0 (ESP 12-E Module) added AsyncTCP.h trying to create a web server instance but getting compilation error.

#include <AsyncTCP.h>
#include <ESPAsyncWebSrv.h>

// Create an instance of the web server
ESPAsyncWebSrv server(80);

In file included from C:\Users\castr\OneDrive\Documents\Arduino\arduino_ide_esp8266_nodemcu_pump_code_Copilot\arduino_ide_esp8266_nodemcu_pump_code_Copilot.ino:2:
c:\Users\castr\OneDrive\Documents\Arduino\libraries\AsyncTCP\src/AsyncTCP.h:26:10: fatal error: sdkconfig.h: No such file or directory
26 | #include "sdkconfig.h"
| ^~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: exit status 1

@me-no-dev
Copy link
Owner

AsyncTCP is for ESP32. For ESP8266 you need ESPAsyncTCP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants