File tree Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Expand file tree Collapse file tree 3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ pygmentsUseClasses = true
3333 weight = 4
3434
3535[params ]
36- raspberrypi_raspberrypi3_version = " 2.0.0test1 "
37- wifx_lorix_one_sd_version = " 2.0.0test1 "
38- wifx_lorix_one_512_sd_version = " 2.0.0test1 "
36+ raspberrypi_raspberrypi3_version = " 2.0.0test2 "
37+ wifx_lorix_one_sd_version = " 2.0.0test2 "
38+ wifx_lorix_one_512_sd_version = " 2.0.0test2 "
Original file line number Diff line number Diff line change 88
99# Changelog
1010
11+ ## v2.0.0test2
12+
13+ ### General
14+
15+ * Implement Mender for (OTA) system updates.
16+ * Implement OverlayFS over read-only root filesystem.
17+
18+ ### Raspberry Pi
19+
20+ * Add support for Sandbox Electronics LoRaGo PORT concentrator.
21+ * Implement all US915 and AU915 channel-blocks. ([ #2 ] ( https://github.com/brocaar/lora-gateway-os/pull/2 ) )
22+ * [ lora-gateway-os-full] Automatic (re)configure LoRa Server on setting the concentrator channel-plan.
23+
1124## v2.0.0test1
1225
1326* Initial test release.
Original file line number Diff line number Diff line change 11DISTRO = "lora-gateway-os"
22DISTRO_NAME = "LoRa Gateway OS"
3- DISTRO_VERSION = "2.0.0test1 "
3+ DISTRO_VERSION = "2.0.0test2 "
44
55PACKAGE_CLASSES = "package_ipk"
66IMAGE_INSTALL_append = " opkg "
You can’t perform that action at this time.
0 commit comments