I'm trying to figure out solution to flash the AVR through ESP. (using spi).
I've figured out how to flash the pro-mini already via esp12 spi and using the AVRISP sample from esp8266github.....
issue is that still requires AVRDUDE.exe (which works but only for linux via tcpip connection). I actually got it working in windows using a virtual com2tcp software but its too complicated to setup just to flash promini...
I'd like to be able just to provide a HEX file via upload or within spiffs and have it program the promini easily....
I've searched and examined other projects but couldn't find something i could compile easily within arduinoIDE....
any ideas or code/projects that may work.....