From a281b1783a067bdbf4f574a8eb8e0c9a686b11cb Mon Sep 17 00:00:00 2001 From: Orne Brocaar Date: Thu, 26 Jan 2023 09:52:47 +0000 Subject: [PATCH] Update lorawan-devices import command. Closes #73. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 57e723f..c7b5a8e 100644 --- a/Makefile +++ b/Makefile @@ -3,4 +3,4 @@ import-lorawan-devices: apt-get update && \ apt-get install -y make git && \ git clone https://github.com/brocaar/lorawan-devices /tmp/lorawan-devices && \ - chirpstack -c /etc/chirpstack import-ttn-lorawan-devices -d /tmp/lorawan-devices' + chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /tmp/lorawan-devices'