espressif / esp-who

Face detection and recognition framework
Other
1.64k stars 458 forks source link

Build issue: system_reg.h not found from who_adc_button.h (AIV-444) #183

Closed bkgoodman closed 2 years ago

bkgoodman commented 2 years ago

New/clean build for off-the-shelf ESP32-CAM board from commit a34b1e5e31fea608b7f721b0cf0e39059d84b60d

In file included from /home/bkg/esp/esp-who/components/modules/button/who_adc_button.c:16:
/home/bkg/esp/esp-who/components/modules/button/who_adc_button.h:3:10: fatal error: soc/system_reg.h: No such file or directory
 #include "soc/system_reg.h"
TiramisuJ commented 2 years ago

This bug has been fixed. Please pull the master and try again.

bkgoodman commented 2 years ago

Working - thanks!