mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 11:50:53 +00:00
receiver
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
idf_component_register(SRCS "espnow_receiver.c"
|
||||
idf_component_register(SRCS "espnow_receiver_main.c"
|
||||
INCLUDE_DIRS ".")
|
||||
|
@@ -30,4 +30,5 @@ void app_main(void) {
|
||||
ret = nvs_flash_init();
|
||||
}
|
||||
ESP_ERROR_CHECK( ret );
|
||||
wifi_init();
|
||||
}
|
Reference in New Issue
Block a user