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"
34
34
weight = 4
35
35
36
36
[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 "
39
39
wifx_lorix_one_sd_version = " 3.2.0test1"
40
40
wifx_lorix_one_512_sd_version = " 3.2.0test1"
41
41
component = " chirpstack-gateway-os"
Original file line number Diff line number Diff line change 4
4
main :
5
5
parent : overview
6
6
weight : 2
7
+ toc : false
7
8
---
8
9
9
10
# Changelog
10
11
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
+
11
39
## v3.3.0-test.4
12
40
13
41
When 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 1
1
DISTRO = "chirpstack-gateway-os"
2
2
DISTRO_NAME = "ChirpStack Gateway OS"
3
- DISTRO_VERSION = "3.3.0-test.4 "
3
+ DISTRO_VERSION = "3.3.0-test.5 "
4
4
5
5
EXTRA_IMAGE_FEATURES += "ssh-server-dropbear"
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ do_deploy() {
13
13
}
14
14
15
15
16
- VERSION=" 3.3.0-test.4 "
16
+ VERSION=" 3.3.0-test.5 "
17
17
18
18
do_deploy $VERSION " raspberrypi" " raspberrypi3"
19
19
do_deploy $VERSION " raspberrypi" " raspberrypi"
You can’t perform that action at this time.
0 commit comments