From e3a0817da6bd108c5fdba65bb2585b4069fa68b1 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 13 Apr 2026 23:40:06 +0300 Subject: t2: add Resume Last Fast to main menu Adds a new "Resume Last Fast" item at index 1 in the main menu that restores the most-recently completed history entry as the running fast (undo accidental stop). Subtitle shows the last fast duration, or "No previous fast" when unavailable or a fast is already running. Co-Authored-By: Claude Sonnet 4.6 --- src/c/fastforge.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/c/fastforge.h') diff --git a/src/c/fastforge.h b/src/c/fastforge.h index de1959c..b3f4dc4 100644 --- a/src/c/fastforge.h +++ b/src/c/fastforge.h @@ -29,6 +29,7 @@ bool fast_is_running(void); bool fast_start(uint16_t preset_target_minutes); bool fast_stop(void); bool fast_cancel(void); +bool fast_resume_last(void); bool history_delete_entry(int index); #endif -- cgit v1.2.3