khoih-prog / ESPAsync_WiFiManager

This is an ESP32 (including ESP32-S2 and ESP32-C3) / ESP8266 WiFi Connection Manager, using ESPAsyncWebServer, with fallback web configuration portal. Use this library for configuring ESP32, ESP8266 modules' WiFi, etc. Credentials at runtime. You can also specify static DNS servers, personalized HostName, fixed or random AP WiFi channel. With examples supporting ArduinoJson 6.0.0+ as well as 5.13.5- . Using AsyncDNSServer instead of DNSServer now.
MIT License
291 stars 73 forks source link

SyncClient.cpp: fatal error: interrupts.h: No such file #43

Closed olmiv closed 3 years ago

olmiv commented 3 years ago

...\Arduino\libraries\ESPAsyncWebServer-master\src\SyncClient.cpp:25:24: fatal error: interrupts.h: No such file or directory

Hello. Help me understand what's going on. All your websocket-related projects have stopped compiling in the Arduino IDE for ESP 32. The same error always appears: "SyncClient.cpp: fatal error: interrupt. h: No such file..." My project with your libraries stopped compiling because of this error. I tried to take your example "Async_ESP 32_Webserver", which my project is based on, but compiling your example also ends up with the same error. I tried reinstalling the Arduino IDE, but the result is the same. What could be the problem. The request goes to the ESP8266 library, right? What and where to fix, so that the compiler does not access this library. I read that this bug is fixed in platformio, but I'm not a programmer and it's a complicated thing for me. Thank you in advance.

khoih-prog commented 3 years ago

Thanks for your interests in the library.

I'm sorry that you got into an issue which is not caused by this library, but possibly from your installations and/or version mismatching. Reinstalling Arduino IDE and libraries to see if the issue gone.

A quick Google search will give you some clues about what happening and how people have solved it.

I'm sorry I can't help any further and suggest you to search for help in ESP32 or Arduino forum. I'm closing the issue now.

Good Luck with your project,

olmiv commented 3 years ago

I'm afraid you're wrong. I found the library "ESPAsyncWebServer" from the beginning of 2020, there is no file in it SyncClient.cpp. With this library, there are no problems with compiling for ESP32 in the Arduino IDE. Perhaps the error is in this file?

khoih-prog commented 3 years ago

Something is very wrong with your installations / settings and only you can find out and solve the issue. I won't waste my time anymore here.


At least you have to verify why

compiling in the Arduino IDE for ESP 32

and

The request goes to the ESP8266 library

because SyncClient.cpp/h are only for ESP8266's ESPAsyncTCP

Check if you have latest ESP32 core version, at least v1.0.4-v1.0.6

From ESPAsyncWebServer

For ESP8266 it requires ESPAsyncTCP To use this library you might need to have the latest git versions of ESP8266 Arduino Core For ESP32 it requires AsyncTCP to work To use this library you might need to have the latest git versions of ESP32 Arduino Core