I added ota: to it as it is missing. But same errror message:
INFO Successfully compiled program.
INFO Connecting to 192.168.1.183
ERROR Connecting to 192.168.1.183:3232 failed: [Errno 111] Connection refused
Now, the A32 has both wifi and ethernet connections at 183 wired, and 182 wifi. So, I changed the A32 to ESP32-Dev module and tried your script again. This time I got different error message:
INFO Successfully compiled program.
INFO Connecting to 192.168.1.183
ERROR Connecting to 192.168.1.183:3232 failed: [Errno 113] No route to host
but I do not know if the 183 shown in my router is a real wired connection, or something created by your script. Because I did not see the ethernet port on the A32 flashing and I doubt that it is connecting to the router in real mode.
can you convert the above config file into a bin that I can flash via the USB port?
INFO Successfully compiled program.
INFO Connecting to 192.168.1.183
ERROR Connecting to 192.168.1.183:3232 failed: [Errno 111] Connection refused
Now, the A32 has both wifi and ethernet connections at 183 wired, and 182 wifi. So, I changed the A32 to ESP32-Dev module and tried your script again. This time I got different error message:
INFO Successfully compiled program.
INFO Connecting to 192.168.1.183
ERROR Connecting to 192.168.1.183:3232 failed: [Errno 113] No route to host
but I do not know if the 183 shown in my router is a real wired connection, or something created by your script. Because I did not see the ethernet port on the A32 flashing and I doubt that it is connecting to the router in real mode.
can you convert the above config file into a bin that I can flash via the USB port?