Skip to content

2.2.0

Compare
Choose a tag to compare
@brocaar brocaar released this 13 Dec 10:56
· 348 commits to master since this release

Features:

  • LoRa Gateway Bridge now publishes TX acknowledgement messages over MQTT.
    See MQTT topics.

  • TX (GPS) timeSinceGPSEpoch field is now exposed to transmit at given
    time since GPS epoch (1980-01-06, only possible when the gateway
    has a GPS time source).

  • RX (GPS) timeSinceGPSEpoch field is now exposed, containing the time
    since GPS epoch (1980-01-06, only available when the gateway has a GPS
    time source).

Bugfixes:

  • Without GPS time source, the gateway would use 0001-01-01T00:00:00Z
    as RX time. The time field is now omitted when unavailable.