File tree 3 files changed +17
-4
lines changed
3 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ pygmentsUseClasses = true
33
33
weight = 4
34
34
35
35
[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 8
8
9
9
# Changelog
10
10
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
+
11
24
## v2.0.0test1
12
25
13
26
* Initial test release.
Original file line number Diff line number Diff line change 1
1
DISTRO = "lora-gateway-os"
2
2
DISTRO_NAME = "LoRa Gateway OS"
3
- DISTRO_VERSION = "2.0.0test1 "
3
+ DISTRO_VERSION = "2.0.0test2 "
4
4
5
5
PACKAGE_CLASSES = "package_ipk"
6
6
IMAGE_INSTALL_append = " opkg "
You can’t perform that action at this time.
0 commit comments