Closed Ajb2k3 closed 5 years ago
main:103:28: error: 'camera_config' was not declared in this scope err = esp_camera_init(&camera_config);
Can you tell from this what file is missing?
camera_config in here https://github.com/m5stack/m5stack-cam-psram/blob/master/main/main.c line 56
main:103:28: error: 'camera_config' was not declared in this scope err = esp_camera_init(&camera_config);
Can you tell from this what file is missing?