mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-12 12:07:02 +00:00
ESP-IDF Robot ESP NOW
This commit is contained in:
@@ -534,7 +534,7 @@ static esp_err_t espnow_init(void) {
|
||||
memcpy(send_param->dest_mac, broadcast_mac, ESP_NOW_ETH_ALEN);
|
||||
espnow_data_prepare(send_param);
|
||||
|
||||
xTaskCreate(espnow_task, "example_espnow_task", 2048, send_param, 4, NULL);
|
||||
xTaskCreate(espnow_task, "robot_espnow_task", 2048, send_param, 4, NULL);
|
||||
|
||||
return ESP_OK;
|
||||
}
|
||||
|
Reference in New Issue
Block a user