OTA port comes and goes

While trying to update its a lottery if I'll be able to upload or not. From other threads I learned how to monitor the behaviour via powershell and here is the result, maybe with it someone can help me solve this.

Using Arduino IDE 2.04/64bits on win10/64bits

Thanks

2023-03-25T19:14:18.221Z discovery-log INFO {"eventType":"remove","port":{"matchingBoardsList":[],"port":{"address":"192.168.1.9","label":"Monitor\\ T&H at 192.168.1.9","protocol":"network","protocolLabel":"Network Port","propertiesMap":[[".","esp32"],["auth_upload","no"],["board","esp32"],["hostname","Monitor\\ T&H.local."],["port","3232"],["ssh_upload","no"],["tcp_check","no"]],"hardwareId":""}},"error":""}
2023-03-25T19:17:03.393Z daemon INFO INFO[77982] from discovery builtin:mdns-discovery received message type: add, port: 192.168.1.9

2023-03-25T19:17:03.393Z discovery-log INFO {"eventType":"add","port":{"matchingBoardsList":[],"port":{"address":"192.168.1.9","label":"Monitor\\ T&H at 192.168.1.9","protocol":"network","protocolLabel":"Network Port","propertiesMap":[[".","esp32"],["auth_upload","no"],["board","esp32"],["hostname","Monitor\\ T&H.local."],["port","3232"],["ssh_upload","no"],["tcp_check","no"]],"hardwareId":""}},"error":""}

a good workaround

Thanks for the reply, I don't know how to change this in Arduino IDE 2.04, can you help me?

the board packages are installed in arduino15 folder in your 'home' folder (/Users//...)

Yes, I see the folder, but I don't know what to do once there... Is there a tutorial about this because I can't find any. Thanks

see the "Files changed" tab
https://github.com/esp8266/Arduino/pull/8432/files

But this is for esp8266, its the same for esp32?

same or very similar. maybe tools.espOtaProgrammer.program.pattern= will need some adjustments

I'm really grateful for your help, but my knowledge is below the threshold to understand how to do this change.

maybe someone else can help me with more detailed instructions. Thanks

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.