chiefwigms / picobrew_pico

MIT License
149 stars 63 forks source link

PicoStill not updating firmware #320

Closed erdoukki closed 2 years ago

erdoukki commented 2 years ago

I have set 0.35 firmware value in config.yaml but the PicoStill do not update firmware and stay in 0.30

tmack8001 commented 2 years ago

From the logs uploaded in another issue I didn't see a request from the PicoStill with the following path /API/PicoStill/getFirmwareAddress this is the request made during bootup from the PicoStill to ask if there are updates. If the Still has firmware 0.0.30 the full request will be GET /API/PicoStill/getFirmwareAddress?uid={uid}&version=0.0.30 and upon seeing that with a valid configuration set to require 0.0.35 the response will sent with #http://picobrew.com/firmware/picostill/picostill_0_0_35.bin# instructing the PicoStill to fetch and install the latest 0.0.35 firmware. Without this request there is something else preventing the Still from booting up successfully.

erdoukki commented 2 years ago

Resolved by adding *.picobrew.com on the DNS redirection instead of only picobrew.com