Terminal output:
# python espota.py 192.168.13.4 8266 OTA_new.bin
Starting on 0.0.0.0:48266
Upload size: 334064
Sending invitation to: 192.168.13.4
Waiting for device...
Uploading.....................................................................................................................................................................................................................................
Waiting for result...
Result: OK
Serial output from ESP-12 board:
Arduino OTA Test
Sketch size: 304864
Free size: 741376
IP address: 192.168.13.4
Update Start: ip:192.168.13.2, port:48266, size:304880
Update Success: 14050
Rebooting...
rm 0
pm close 7 0 0/16175107
del if0
usl
sul 0 0
ets Jan 8 2013,rst cause:2, boot mode:(3,6)
load 0x4010f000, len 1264, room 16
tail 0
chksum 0x42
csum 0x42
@cp:0
ld
Arduino OTA Test (if you are seeing this upload was a success)
Sketch size: 304864
Free size: 741376
IP address: 192.168.13.4
Now, my question. (Apologies for the pictures, Linux refused to capture the screenshots as I wanted them so I had to use my phone.)
When I open my regular Serial monitor in the Arduino IDE, well, no issues.
However, the IP address of the ESP8266 also shows up in the Serial port list.
If I try to open this Serial port, I get this box, which I have no idea what to do with.
"Type board password to access its console."
I don't know the device password, or how to set it or remove it. What do I do here? Google has been utterly useless researching this.