mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 15:20:16 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -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();
|
||||
*/
|
||||
|
Reference in New Issue
Block a user