0

These are the header files I am using

#include <FirebaseArduino.h> // firebase library
#include <DNSServer.h>
#include <WiFiManager.h>
#include <WiFi.h>
#include <Servo.h> 

Error:FirebaseHttpClient_Esp8266.cpp:8:25: fatal error: ESP8266WiFi.h: No such file or directory

I am using esp32 and selected FireBeetle-ESP32

the code complies properly when I change the board to esp8266(generic) but I want to upload this code on esp32

I looked through the internet and added wifi.h to see it works or not but again same result

2
  • Not sure if this helps, but are you sure the correct include is WiFi.h instead of wifi.h ? Commented May 9, 2021 at 16:50
  • @RahulBharadwaj i did that still same result Commented May 9, 2021 at 18:00

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.