Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Fix path for esp32_cam camera app --nobuild
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraCrazy committed Aug 11, 2023
1 parent d114dbe commit 55ac4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/external/esp32cam_camera/camera.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void get_timefilename(FuriString* name) {
furi_hal_rtc_get_datetime(&datetime);
furi_string_printf(
name,
EXT_PATH("DCIM/%.4d%.2d%.2d-%.2d%.2d%.2d.bmp"),
APP_DATA_PATH("%.4d%.2d%.2d-%.2d%.2d%.2d.bmp"),
datetime.year,
datetime.month,
datetime.day,
Expand Down

0 comments on commit 55ac4e0

Please sign in to comment.