Skip to content

Commit

Permalink
CPython/Dragino: Adjust renaming of dragino repository to `dragino-…
Browse files Browse the repository at this point in the history
…lorawan`
  • Loading branch information
amotl committed Oct 31, 2021
1 parent 7c79dcd commit a28e9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cpython.mk
Expand Up @@ -16,7 +16,7 @@ setup-cpython:
$(eval target_dir := ./dist-packages)

# Install driver support for Dragino LoRa Hat.
curl --location https://github.com/daq-tools/dragino/archive/terkin.tar.gz | tar -C $(target_dir) --strip-components=1 -xzvf - dragino-terkin/dragino
curl --location https://github.com/daq-tools/dragino-lorawan/archive/ttn2-terkin.tar.gz | tar -C $(target_dir) --strip-components=1 -xzvf - dragino-lorawan-ttn2-terkin/dragino

# Install updated pySX127x driver.
curl --location https://github.com/daq-tools/pySX127x/archive/dragino.tar.gz | tar -C $(target_dir)/dragino --strip-components=1 -xzvf - pySX127x-dragino/SX127x
Expand Down

0 comments on commit a28e9de

Please sign in to comment.