Skip to content

Releases: viam-modules/lorawan

0.0.12

03 Feb 22:19
8fd19a3
Compare
Choose a tag to compare
RSDK-9808 Persist OTAA data across restarts (#22)

* save data

* add persitent data

* lint

* helpers

* clean up

* add test cases

* move code around

* lint

* add test

* fix bug

* fix

* pr

* fix bug

* add mutex

* remove debuging log

0.0.11

21 Jan 20:28
8f85faa
Compare
Choose a tag to compare
RSDK-9780 fix nil readings error (#19)

* fix nil readings

* tests

* var

0.0.10

26 Dec 19:19
7a04951
Compare
Choose a tag to compare
RSDK-9444 Add board dependency to the gateway (#17)

* start stdout pipe

* capture logs

* fix leaked goroutine

* fix comment

* fix typo

* pr comments

* gatewaytests

* update dep

* edits

* board dep

* fixes

* fix config

* make it in the same package

* fixes

* add error log

* add log

* pr review

* pr review

* make board implicit dependency

* readme

0.0.9

16 Dec 20:38
d5d82b7
Compare
Choose a tag to compare
RSDK-9494 Fix the no reading available yet error log (#15)

* fix readings

* fix test

* add test to node too

* lint

* edit tests

0.0.8

27 Nov 21:55
Compare
Choose a tag to compare
make exe

0.0.7

27 Nov 21:48
Compare
Choose a tag to compare
make exe

0.0.6

26 Nov 19:12
32b610b
Compare
Choose a tag to compare
fix Makefile

0.0.5

26 Nov 02:21
32b610b
Compare
Choose a tag to compare
fix Makefile

0.0.4

26 Nov 02:06
ce388af
Compare
Choose a tag to compare
RSDK-9305 Add CI (#10)

* fix panic

* Revert "fix panic"

This reverts commit ad0ec605236e4e6998faf2e16af69bd370cc3a34.

* cibuild

* add dependency

* build before test

* build c module

* rm second test

* fix

* try again

* does this work too

* pr comments