Windows Powershell OTA - how to?
Posted: Sun Aug 25, 2019 1:05 pm
Hi,
I have windows 10 and VSC installed.
Using the current toolchain (installed mid of August) I compiled an OTA example I wrote.
Previously I used BASH, so I could update over the air:
curl ${ESP32_IP}:8032 --data-binary @- < buld/$(PROJECT_NAME).bin
Now I have trouble to figure out how I can run a HTTPS server that will provide the .bin to the ESP.
Is there a way to setup an HTTPS server using powershell or an VSC extension?
I do not intend to install WSL for this.
Unfortunately I could not find answer via google or in the forum, maybe I am not using the right search terms.
Kind regards
GvTT
I have windows 10 and VSC installed.
Using the current toolchain (installed mid of August) I compiled an OTA example I wrote.
Previously I used BASH, so I could update over the air:
curl ${ESP32_IP}:8032 --data-binary @- < buld/$(PROJECT_NAME).bin
Now I have trouble to figure out how I can run a HTTPS server that will provide the .bin to the ESP.
Is there a way to setup an HTTPS server using powershell or an VSC extension?
I do not intend to install WSL for this.
Unfortunately I could not find answer via google or in the forum, maybe I am not using the right search terms.
Kind regards
GvTT