I've worked a week ago to flash my esp Over The Air.
Uploaded BasicOTA official sketch, All things went fine. Tested file uploading with success.
Then after 2 days, I went to develop the code and merge it in a real project. but after i upload it by serial, Network port won't show anymore (Only shows serial port) !
So tried back to BasicOTA sketch, with no success.
I've dived into this issue and reached a good point to the final solution:
See @krzychb's response, I tried a similar command below, See results :
OTA uploading is success! but until now there's no Network port is shown at Arduino IDE.
I've restarted Arduino IDE many times with no success.
*Platform
Hardware: [ESP8266 NodeMCU 1.0 v3]
Development Env: [Arduino IDE 1.8.7]
Operating System: [Windows 10 x64]
*Settings in IDE :
*Things i tried :
-reset ESP after the serial uploading.
-restart PC
-restart Arduino IDE after the serial upload.
-disabled firewall -Then created rules-.
My esp8266's core is updated to last version (2.4.2)
Thanks in advance
Hamza Hajeir