Skip to content

Tags: gizmo-platform/firmware

Tags

v0.1.0-rc1

Toggle v0.1.0-rc1's commit message
Use random mqtt ID

This commit changes a few things related to MQTT, but the most
important is that it removes the set MQTT Client ID.  This mitigates
an issue wherein the Gizmo could disconnect and reconnect and the
broker would expect it to inherit the previous session, but the MQTT
library in the current software doesn't know how to do that.  This
results in a noticable pause while the subscriptions from the old
instance age out before new data is delivered.

v0.0.4

Toggle v0.0.4's commit message
config.h: Changes I2C pins to match hardware.

v0.0.3

Toggle v0.0.3's commit message
.ci.sh: Build for multiple boards

v0.0.2

Toggle v0.0.2's commit message
Re-request config if not received.

v0.0.1

Toggle v0.0.1's commit message
.github/workflows: Add release workflow