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"
3434 weight = 4
3535
3636[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 "
4141 wifx_lorix_one_sd_version = " 3.2.0test1"
4242 wifx_lorix_one_512_sd_version = " 3.2.0test1"
4343 component = " chirpstack-gateway-os"
Original file line number Diff line number Diff line change @@ -9,6 +9,26 @@ toc: false
99
1010# Changelog
1111
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+
1232## v3.3.0-test.5
1333
1434### Updates
Original file line number Diff line number Diff line change 11DISTRO = "chirpstack-gateway-os"
22DISTRO_NAME = "ChirpStack Gateway OS"
3- DISTRO_VERSION = "3.3.0-test.5 "
3+ DISTRO_VERSION = "3.3.0-test.6 "
44
55EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"
You can’t perform that action at this time.
0 commit comments