mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 13:10:52 +00:00
temp sensor
This commit is contained in:
@@ -165,4 +165,7 @@ void transmission_init()
|
||||
devices.channel = 1;
|
||||
devices.encrypt = false;
|
||||
esp_now_add_peer(&devices);
|
||||
|
||||
// Defince a task for periodically sending ESPNOW remote control data
|
||||
xTaskCreate(rc_send_data_task, "RC", 2048, NULL, 4, NULL);
|
||||
}
|
Reference in New Issue
Block a user