Your ROOT_URL in app.ini is https://git.ondrovo.com/ but you are visiting http://159.69.29.240:49153/MightyPork/tangara-fw/commit/0adf31b72d25c9d6abdd35f3d8dc1274c9b12f56?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

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";
static const TickType_t kTicksBeforeUnmount = pdMS_TO_TICKS(10000);
static const TickType_t kTicksBeforeUnmount = pdMS_TO_TICKS(120000);
static TimerHandle_t sUnmountTimer = nullptr;

Loading…
Cancel
Save