ESP32-C3 RC

This commit is contained in:
2025-01-03 03:06:56 -05:00
parent 89120ea376
commit 8ce12b4be9
13 changed files with 705 additions and 12760 deletions

View File

@@ -531,14 +531,6 @@ void app_main(void)
rc_espnow_init();
/*
// Initialize NVS
esp_err_t ret = nvs_flash_init();
if (ret == ESP_ERR_NVS_NO_FREE_PAGES || ret == ESP_ERR_NVS_NEW_VERSION_FOUND) {
ESP_ERROR_CHECK( nvs_flash_erase() );
ret = nvs_flash_init();
}
ESP_ERROR_CHECK( ret );
example_wifi_init();
example_espnow_init();
*/