Open brunoaduarte opened 1 year ago
Did you figure this out? I am also getting an incorrect upload line
Did you figure this out? I am also getting an incorrect upload line
Just use an older IDE of Arduino, like 1.8.X. Seems there's a bug with the parameters parsing on the newer versions.
Hi @DIYOSEPP I'm trying to use the EspUnoWiFi with my Osepp Uno R3 Plus (ATmega328P) + ESP01 (ESP8266) shield. https://osepp.com/electronic-modules/microcontroller-boards/105-osepp-uno-r3-plus
I can successfully upload the sketch to the ESP-01 (ESP8266) via USB, connect to my Wifi router and update ESP8266 sketches thru wifi.
But when I try to update the ATmega328p thru wifi (OTA) I get an error
Arduino IDE version
Seems it's generating the upload line incorrectly with the latest IDE
-upload {upload.port.properties.endpoint_upload} -sync {upload.port.properties.endpoint_sync} -reset {upload.port.properties.endpoint_reset} -sync_exp {upload.port.properties.sync_return}