File tree Expand file tree Collapse file tree 3 files changed +25
-5
lines changed Expand file tree Collapse file tree 3 files changed +25
-5
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ theme = "chirpstack-hugo-theme"
34
34
weight = 4
35
35
36
36
[params ]
37
- raspberrypi_raspberrypi0_wifi_version = " 3.3.0-test.5 "
38
- raspberrypi_raspberrypi_version = " 3.3.0-test.5 "
39
- raspberrypi_raspberrypi3_version = " 3.3.0-test.5 "
40
- raspberrypi_raspberrypi4_version = " 3.3.0-test.5 "
37
+ raspberrypi_raspberrypi0_wifi_version = " 3.3.0-test.6 "
38
+ raspberrypi_raspberrypi_version = " 3.3.0-test.6 "
39
+ raspberrypi_raspberrypi3_version = " 3.3.0-test.6 "
40
+ raspberrypi_raspberrypi4_version = " 3.3.0-test.6 "
41
41
wifx_lorix_one_sd_version = " 3.2.0test1"
42
42
wifx_lorix_one_512_sd_version = " 3.2.0test1"
43
43
component = " chirpstack-gateway-os"
Original file line number Diff line number Diff line change @@ -9,6 +9,26 @@ toc: false
9
9
10
10
# Changelog
11
11
12
+ ## v3.3.0-test.6
13
+
14
+ ### Features
15
+
16
+ * Support has been added for the Raspberry Pi 4.
17
+ * Support has been added for the Raspberry Pi Zero W.
18
+ * Support has been added for the RAK2246 and RAK2246G shields.
19
+ * Class-B beacon configuration has been added to the band configuration.
20
+
21
+ ### Updates
22
+
23
+ * [ ChirpStack Concentratord] ( https://github.com/brocaar/chirpstack-concentratord ) is updated to v3.0.0-test.9.
24
+
25
+ ### Improvements
26
+
27
+ * ` gateway-config ` shows ChirpStack Gateway OS version.
28
+ * ` gateway-config ` shows Gateway ID.
29
+ * Change ISM band names to their common name. ([ #47 ] ( https://github.com/brocaar/chirpstack-gateway-os/pull/47 ) )
30
+ * ` sx1301-reset ` script has been modified to leave the reset pin as output.
31
+
12
32
## v3.3.0-test.5
13
33
14
34
### Updates
Original file line number Diff line number Diff line change 1
1
DISTRO = "chirpstack-gateway-os"
2
2
DISTRO_NAME = "ChirpStack Gateway OS"
3
- DISTRO_VERSION = "3.3.0-test.5 "
3
+ DISTRO_VERSION = "3.3.0-test.6 "
4
4
5
5
EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"
You can’t perform that action at this time.
0 commit comments