delete unused functions

Signed-off-by: YoungSoo Shin <shinys000114@gmail.com>
This commit is contained in:
2025-11-19 12:53:53 +09:00
parent 8bc08569fe
commit 535bd9388e
3 changed files with 0 additions and 56 deletions

View File

@@ -31,8 +31,6 @@ void app_main(void)
}
ESP_ERROR_CHECK(ret);
storage_init();
ESP_ERROR_CHECK(esp_netif_init());
ESP_ERROR_CHECK(esp_event_loop_create_default());