mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-29 18:30:51 +00:00
ESP-NOW-Transmitter
This commit is contained in:
@@ -110,6 +110,8 @@ static void rc_send_data_task()
|
||||
|
||||
void app_main(void)
|
||||
{
|
||||
joystick_adc_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) {
|
||||
|
Reference in New Issue
Block a user