File tree Expand file tree Collapse file tree 4 files changed +32
-4
lines changed Expand file tree Collapse file tree 4 files changed +32
-4
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ theme = "chirpstack-hugo-theme"
3434 weight = 4
3535
3636[params ]
37- raspberrypi_raspberrypi_version = " 3.3.0-test.4 "
38- raspberrypi_raspberrypi3_version = " 3.3.0-test.4 "
37+ raspberrypi_raspberrypi_version = " 3.3.0-test.5 "
38+ raspberrypi_raspberrypi3_version = " 3.3.0-test.5 "
3939 wifx_lorix_one_sd_version = " 3.2.0test1"
4040 wifx_lorix_one_512_sd_version = " 3.2.0test1"
4141 component = " chirpstack-gateway-os"
Original file line number Diff line number Diff line change 44 main :
55 parent : overview
66 weight : 2
7+ toc : false
78---
89
910# Changelog
1011
12+ ## v3.3.0-test.5
13+
14+ ### Updates
15+
16+ * [ ChirpStack Application Server] ( https://www.chirpstack.io/application-server/ ) is updated to v3.9.0.
17+ * [ ChirpStack Concentratord] ( https://github.com/brocaar/chirpstack-concentratord ) is updated to v3.0.0-test.8.
18+ * [ ChirpStack Network Server] ( https://www.chirpstack.io/network-server/ ) is updated to v3.8.1.
19+
20+ ### Features
21+
22+ #### Wifi Access Point mode
23+
24+ On initial installation on a Raspberry Pi 3, the Raspberry Pi will start Wifi
25+ in Access Point mode, so that it is possible to connect directly to the
26+ Raspberry Pi over WIFI for configuration of the concentrator shield and to
27+ re-configure the WIFI.
28+
29+ ### Improvements
30+
31+ * RAK2245 configuration has been improved (using defined Concentratord model name).
32+ * RAK832 configuration has been improved.
33+ * RAK2245 / RAK831 AS923 channel-plan has been added. ([ #43 ] ( https://github.com/brocaar/chirpstack-gateway-os/pull/43 ) )
34+
35+ ### Bugfixes
36+
37+ * Fix passing incorrect model flags in ` gateway-config ` for some gateways.
38+
1139## v3.3.0-test.4
1240
1341When updating from a previous v3.3.0 version, it is recommended to re-run the
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.4 "
3+ DISTRO_VERSION = "3.3.0-test.5 "
44
55EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ do_deploy() {
1313}
1414
1515
16- VERSION=" 3.3.0-test.4 "
16+ VERSION=" 3.3.0-test.5 "
1717
1818do_deploy $VERSION " raspberrypi" " raspberrypi3"
1919do_deploy $VERSION " raspberrypi" " raspberrypi"
You can’t perform that action at this time.
0 commit comments