Merge pull request 'Bump storage unmount timer to 2 minutes to match idle timer' (#269) from rilight/tangara-fw:unmount-timer into main

Reviewed-on: https://codeberg.org/cool-tech-zone/tangara-fw/pulls/269
custom
cooljqln 2 months ago
commit 0adf31b72d
  1. 2
      src/tangara/system_fsm/running.cpp

@ -27,7 +27,7 @@ namespace states {
[[maybe_unused]] static const char kTag[] = "RUN"; [[maybe_unused]] static const char kTag[] = "RUN";
static const TickType_t kTicksBeforeUnmount = pdMS_TO_TICKS(10000); static const TickType_t kTicksBeforeUnmount = pdMS_TO_TICKS(120000);
static TimerHandle_t sUnmountTimer = nullptr; static TimerHandle_t sUnmountTimer = nullptr;

Loading…
Cancel
Save