Skip to content

Commit

Permalink
update lorawan library (#884)
Browse files Browse the repository at this point in the history
* update lorawan library

* update router_data unit test

* update lorawan library ref

Co-authored-by: Michael Vierling <[email protected]>
  • Loading branch information
mikev and Michael Vierling authored Nov 30, 2022
1 parent da3e26d commit 2a63ea6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
{<<"erl_base58">>,{pkg,<<"erl_base58">>,<<"0.0.1">>},1},
{<<"erlang_lorawan">>,
{git,"https://github.com/helium/erlang-lorawan.git",
{ref,"29704ae1b29386993bfcf69d1ae4fc04d8502f0e"}},
{ref,"fc490362eb52e00466dd8655ed27eb4dff07308a"}},
0},
{<<"erlang_stats">>,
{git,"https://github.com/helium/erlang-stats.git",
Expand Down
4 changes: 2 additions & 2 deletions test/router_data_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ data_test_1(Config) ->
<<"snr">> => SNR,
<<"spreading">> => DataRate,
<<"frequency">> => 923.2999877929688,
<<"channel">> => 8,
<<"channel">> => 7,
<<"lat">> => 36.999918858583605,
<<"long">> => fun check_long/1
}
Expand Down Expand Up @@ -177,7 +177,7 @@ data_test_1(Config) ->
<<"snr">> => SNR,
<<"spreading">> => DataRate,
<<"frequency">> => 923.2999877929688,
<<"channel">> => 8,
<<"channel">> => 7,
<<"lat">> => 36.999918858583605,
<<"long">> => fun check_long/1
},
Expand Down

0 comments on commit 2a63ea6

Please sign in to comment.