I was writing a code for OTA updates then I came across a warning as below
I want to know how can I change the firmware version of the device.I (22:25:52.304) OTA: Running firmware version: 7490ea9-dirty
W (22:25:52.486) OTA: Current running version is the same as a new. We will not continue the update.
E (22:25:52.534) OTA: image header verification failed
E (22:25:52.588) OTA: ESP_HTTPS_OTA upgrade failed
1. I tried to clean the project and rebuilt it but no change
2. I made certain changes in the code like added some print statement but then also there are no changes in the firmware version
So, if I want to change the firmware version then what do I need to do?
Thanks in advance