diff options
Diffstat (limited to 'src/system_fsm/running.cpp')
| -rw-r--r-- | src/system_fsm/running.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/system_fsm/running.cpp b/src/system_fsm/running.cpp index 87c25440..7e8a218d 100644 --- a/src/system_fsm/running.cpp +++ b/src/system_fsm/running.cpp @@ -38,6 +38,7 @@ void Running::entry() { vTaskDelay(pdMS_TO_TICKS(250)); ESP_LOGI(kTag, "opening database"); + database::Database::Destroy(); auto database_res = database::Database::Open(); if (database_res.has_error()) { ESP_LOGW(kTag, "failed to open!"); |
