sticilface / ESPmanager

Full wifi and OTA manager for ESP8266
GNU Lesser General Public License v3.0
108 stars 31 forks source link

Add support for other ports in HTTP update mechanism #25

Open sticilface opened 7 years ago

sticilface commented 7 years ago

Currently only port 80 is supported by default.

propose:

http://192.168.1.234:8001/manifest.json

as example to allow port specification after IP / server

sticilface commented 6 years ago

will try and add this