abbas7
1
hi guys...
I have problem in compiling when I used ESP8266 WiFi library... this is the errrr
fatal error: queue.h: No such file or directory
what can I do??
I checked the libraries I get queue.h file also I add all ESP8266 libraries
please any one help me

system
2
what can I do??
You can google. That's what you can do. This problem has been documented many times. You have not selected the proper board, most times.
system
4
abbas7:
same problem
That's useless information, without knowing what you googled, what board you selected, what version of the IDE on what operating system, etc.
abbas7
5
which board that I selected:
I tried
arduino uno
arduino uno wifi
arduino nano
and etc
os :
I check it in windows 10 and windows 7
IDE versions:
I tried in 1.8.3 and 1.8.5
also I removed the esp8266 library and install it again but same problem
system
6
which board that I selected:
I tried
arduino uno
arduino uno wifi
arduino nano
and etc
Why? Any code that uses queue.h is meant to be used ONLY on an ESP8266.
abbas7
7