RC Calibration

This commit is contained in:
2025-07-26 18:50:11 -04:00
parent 7abfc46ada
commit 1eb4fa79a3

View File

@@ -101,6 +101,7 @@ static void sendData (void)
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[3], receiver_mac[4], receiver_mac[5]);
ESP_LOGE(TAG, "ESP-NOW Channel %s", esp_wifi_get_channel());
deletePeer();
}
}