jpmens / homie-ota

OTA "server" in Python for Homie
127 stars 50 forks source link

Prohibit firmware upload if name + @ + version is too long #10

Closed jpmens closed 8 years ago

jpmens commented 8 years ago

for #8

sumnerboy12 commented 8 years ago

As discussed on #7 the $ota payload is now a hash + version (e.g. abcdef1234@1.0.1) to ensure we never blow the 16 char limit that Homie has for $ota payloads.

jpmens commented 8 years ago

Works a charm!