
Update the lorawan-device report to https://github.com/brocaar/lorawan-devices The original https://github.com/brocaar/lorawan-devices was not updatet since Oct 2022 and is missing a lot of devices.
6 lines
312 B
Makefile
6 lines
312 B
Makefile
import-lorawan-devices:
|
|
docker-compose run --rm --entrypoint sh --user root chirpstack -c '\
|
|
apk add --no-cache git && \
|
|
git clone https://github.com/TheThingsNetwork/lorawan-devices /tmp/lorawan-devices && \
|
|
chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /tmp/lorawan-devices'
|