mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-21 06:52:36 +00:00
RC Calibration
This commit is contained in:
@@ -101,7 +101,7 @@ static void sendData (void)
|
|||||||
ESP_LOGE(TAG, "Ensure that received MAC is: %02X:%02X:%02X:%02X:%02X:%02X",
|
ESP_LOGE(TAG, "Ensure that received MAC is: %02X:%02X:%02X:%02X:%02X:%02X",
|
||||||
receiver_mac[0], receiver_mac[1], receiver_mac[2],
|
receiver_mac[0], receiver_mac[1], receiver_mac[2],
|
||||||
receiver_mac[3], receiver_mac[4], receiver_mac[5]);
|
receiver_mac[3], receiver_mac[4], receiver_mac[5]);
|
||||||
ESP_LOGE(TAG, "ESP-NOW Channel: ", esp_wifi_get_channel());
|
ESP_LOGE(TAG, "ESP-NOW Channel: %d", (int)esp_wifi_get_channel());
|
||||||
deletePeer();
|
deletePeer();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user