I found a practical use to this toy: Retropie shortcuts! No more keyboard required, now I can send pause/play, insert-coin, exit, and other emulator related shortkeys from the phone.
Problem: version 1.1 requires to reflash the ESP, but reflashing ESP is impossible when rx/tx are soldered.
Since I'll have to cut the wires anyway (damnit why did I remove the switch ?), I'll add the OTA capability to the code before reflashing.
My question is: if I want to be able to start the WifiDucky OTA update state from the web controls, all I need is to add a HTML button, a web handler and implement the OTA logic, right ?
I found a practical use to this toy: Retropie shortcuts! No more keyboard required, now I can send pause/play, insert-coin, exit, and other emulator related shortkeys from the phone.
Problem: version 1.1 requires to reflash the ESP, but reflashing ESP is impossible when rx/tx are soldered.
Since I'll have to cut the wires anyway (damnit why did I remove the switch ?), I'll add the OTA capability to the code before reflashing.
My question is: if I want to be able to start the WifiDucky OTA update state from the web controls, all I need is to add a HTML button, a web handler and implement the OTA logic, right ?