removed unused raw db stuff

This commit is contained in:
jacqueline
2023-04-26 12:27:28 +10:00
parent 2be4d4204c
commit 083f4011aa
8 changed files with 49 additions and 285 deletions
+7 -1
View File
@@ -48,7 +48,13 @@ void db_main(void* whatever) {
ESP_LOGI(TAG, "database good :)");
}
vTaskDelay(pdMS_TO_TICKS(10000));
vTaskDelay(pdMS_TO_TICKS(2000));
db->Initialise();
vTaskDelay(pdMS_TO_TICKS(2000));
db.reset();
vTaskDelete(NULL);
}