CodyTolene / Flipper-Zero-Camera-Suite

Firmware and software to run an ESP32-CAM module on your Flipper Zero🐬device!
BSD 3-Clause "New" or "Revised" License
82 stars 3 forks source link

[32] Fix missing image issue. #33

Closed CodyTolene closed 8 months ago

CodyTolene commented 8 months ago

Fix issue with the image not being found in the new firmware version:

scons: *** [/home/runner/.ufbt/build/camera_suite.impsyms] /home/runner/.ufbt/build/camera_suite.fap: app may not be runnable. Symbols not resolved using firmware's API: {'I_DolphinCommon_56x48'}

First encountered in build: https://github.com/CodyTolene/Flipper-Zero-Camera-Suite/actions/runs/7391882035

Fixes issue #32