09-11-2019, 20:43
Hi,
After having installing the required python version you don't have to do anything else.
To program your Pro2 Compact via OTA, and supposing it is already connected to your WiFi network, in your Arduino IDE, in "Port" just choose the unit IP. You should also see the name of the device followed by the IP address.
OTA device name is defined here:
After having installing the required python version you don't have to do anything else.
To program your Pro2 Compact via OTA, and supposing it is already connected to your WiFi network, in your Arduino IDE, in "Port" just choose the unit IP. You should also see the name of the device followed by the IP address.
OTA device name is defined here:
Code:
// --------------------------------------------------------------------------------------
// OTA Settings
// --------------------------------------------------------------------------------------
const char* OTA_DEVICE_ID = "Pro2C-RXFact"; // Define a unique ID for each Pro2 Compact RX (used to identify unit for OTA upload)