espressif / esp32-camera

Apache License 2.0
1.85k stars 631 forks source link

cant verify #668

Open liorlevi09 opened 1 month ago

liorlevi09 commented 1 month ago

D:\Users\Owner\Downloads\ESP32-CAM-Video-Recorder-junior-master\ESP32-CAM-Video-Recorder-junior-master\ESP32-CAM-Video-Recorder-junior-50x-lpmod\ESP32-CAM-Video-Recorder-junior-50x-lpmod.ino:148:10: fatal error: soc/cpu.h: No such file or directory 148 | #include "soc/cpu.h" | ^~~ compilation terminated. exit status 1

Compilation error: soc/cpu.h: No such file or directory

Do you know what I need to do?

jksemple commented 1 month ago

According to this: https://docs.espressif.com/projects/esp-idf/en/v5.0/esp32/migration-guides/release-5.x/system.html#esp-hw-support you should include esp_cpu.h instead I just googled for "soc/cpu.h" and it was the first hit...