]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated package versions
authorMark Qvist <mark@unsigned.io>
Tue, 15 Aug 2023 12:49:00 +0000 (14:49 +0200)
committerMark Qvist <mark@unsigned.io>
Tue, 15 Aug 2023 12:49:00 +0000 (14:49 +0200)
Console/build.py
arduino-cli.yaml

index 2f8e587bcafe8fa473853dc0986a13eabe5575b8..098d8430cfb0efc1c0683664501fda2ddbd50647 100644 (file)
@@ -4,9 +4,9 @@ import sys
 import shutil
 
 packages = {
-    "rns": "rns-0.5.6-py3-none-any.whl",
-    "nomadnet": "nomadnet-0.3.5-py3-none-any.whl",
-    "lxmf": "lxmf-0.3.1-py3-none-any.whl",
+    "rns": "rns-0.5.7-py3-none-any.whl",
+    "nomadnet": "nomadnet-0.3.6-py3-none-any.whl",
+    "lxmf": "lxmf-0.3.2-py3-none-any.whl",
     "rnsh": "rnsh-0.1.1-py3-none-any.whl",
 }
 
index 1cdc30006c07e6e306da456dac6c2866448f324d..a4619175201be2ead1a1bb21440ba9ff70b55093 100644 (file)
@@ -1,5 +1,3 @@
 board_manager:
   additional_urls:
-  - https://unsigned.io/arduino/package_unsignedio_UnsignedBoards_index.json
-  - https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
-  - https://adafruit.github.io/arduino-board-index/package_adafruit_index.json
\ No newline at end of file
+  - https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
\ No newline at end of file