jameszah / ESP32-CAM-Video-Recorder

Video Recorder for ESP32-CAM with http server for config and ftp (or http) server to download video
GNU General Public License v3.0
453 stars 102 forks source link

can not find "core-version.h" #18

Closed student1704 closed 4 years ago

student1704 commented 4 years ago

The ide complains "core-version.h" ... no such directory. Which lib is missing?

jameszah commented 4 years ago

It must be something to do with your Arduino Board Library.

Go to Tools - Board - and make sure it is AI Thinker ESP32-CAM ... or ESP32 Wrover Module

And go to Boards Manager to make sure they are installed and updated.

student1704 commented 4 years ago

I switched to V89 and the problem does not occur.