thorrak / tiltbridge

Tilt Hydrometer to WiFi Bridge
http://www.tiltbridge.com/
Other
61 stars 27 forks source link

URL for Fermtrack ignores PORT #180

Closed gizzygizmo closed 2 years ago

gizzygizmo commented 3 years ago

When using "http://:port/tiltbridge" the ":port" is ignored and connects directly to port 80. This really only affects people with docker or firewall forwarding scenarios. Would be nice to be able to specify an alternate port.

if (client.connect(lcburl.getIP(lcburl.getHost().c_str()), 80))

lbussy commented 3 years ago

Thanks for entering this - as promised I forgot to log myself an issue.

@thorrak I know exactly where this is, I will patch it up ASAP.

thorrak commented 2 years ago

This should now be merged to master