OTA using push architecture
Posted: Fri Mar 15, 2019 11:15 pm
I have been looking for a OTA method for pushing firmware to my devices.
I found this: https://github.com/yanbe/esp-idf-ota-template
I was wondering if anyone has used it, and could offer any help.
The code compiles and runs fine, but my problem in on the PC side. When he says "make ota ESP32_IP=192.168.0.3" is where the problem starts. My device has an IP of 192.168.0.3, but it seems make does not understand the option for "ESP32_IP=192.168.0.3".
Any ideas ?
I found this: https://github.com/yanbe/esp-idf-ota-template
I was wondering if anyone has used it, and could offer any help.
The code compiles and runs fine, but my problem in on the PC side. When he says "make ota ESP32_IP=192.168.0.3" is where the problem starts. My device has an IP of 192.168.0.3, but it seems make does not understand the option for "ESP32_IP=192.168.0.3".
Any ideas ?