CapnBry / HeaterMeter

HeaterMeter and LinkMeter Arduino BBQ Controller
https://tvwbb.com/forums/heatermeter-diy-bbq-controller.85/
MIT License
499 stars 83 forks source link

[hm] Change REMOTE_BASE to use https #38

Closed shmick closed 7 years ago

shmick commented 7 years ago

HTTPS users aren't able to load the remote firmware repo due to mixed content errors. Loading the repo over HTTPS by default will fix this for HTTPS users and won't change anything for HTTP users.

CapnBry commented 7 years ago

Good find, I've changed it to use a protocol-relative base. Thanks, Steve!