I’m using HA’s ESPHome Builder to update the YAML code in my ESP32. When I get it to compile (which can be a mission, but that’s another issue), lately it won’t download to the ESP32.
This is because my wi-fi is playing up (well the wi-fi link between my ASUS router and ESP32 only keeps dropping out) … but that is also another issue. So I have to click the [RETRY] button - which goes through the whole compile and link phases before retrying to send the file to the ESP32 over wi-fi. Quite often the wi-fi has dropped again before the ESPHome Builder gets to transmitting the file, so i have to try again and again hoping to hit a good window.
Given that the yaml has compiled OK, is there any point to immediately re-compiling without making any changes ?
Should the [RETRY] button just re-try to send to the ESP ?
Or could we add another option to just re-send the binary file ?