mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-23 21:34:35 +03:00
[FL-3704] Updater: reset various debug flags on production build flash (#3762)
This commit is contained in:
parent
d39c3b3776
commit
aeabf0447d
@ -348,6 +348,8 @@ int32_t update_task_worker_flash_writer(void* context) {
|
|||||||
// Production
|
// Production
|
||||||
furi_hal_rtc_set_log_level(FuriLogLevelDefault);
|
furi_hal_rtc_set_log_level(FuriLogLevelDefault);
|
||||||
furi_hal_rtc_reset_flag(FuriHalRtcFlagDebug);
|
furi_hal_rtc_reset_flag(FuriHalRtcFlagDebug);
|
||||||
|
furi_hal_rtc_reset_flag(FuriHalRtcFlagLegacySleep);
|
||||||
|
furi_hal_rtc_set_heap_track_mode(FuriHalRtcHeapTrackModeNone);
|
||||||
#endif
|
#endif
|
||||||
update_task_set_progress(update_task, UpdateTaskStageCompleted, 100);
|
update_task_set_progress(update_task, UpdateTaskStageCompleted, 100);
|
||||||
success = true;
|
success = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user