This commit is contained in:
2025-07-05 00:05:06 -04:00
parent 593166a9dc
commit b237128f2d
2 changed files with 2 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
idf_component_register(SRCS "espnow_receiver.c" idf_component_register(SRCS "espnow_receiver_main.c"
INCLUDE_DIRS ".") INCLUDE_DIRS ".")

View File

@@ -30,4 +30,5 @@ void app_main(void) {
ret = nvs_flash_init(); ret = nvs_flash_init();
} }
ESP_ERROR_CHECK( ret ); ESP_ERROR_CHECK( ret );
wifi_init();
} }