Skip to content

Commit

Permalink
v8.23
Browse files Browse the repository at this point in the history
- DietPi-Config | Resolved an issue where the WiFi channel selection was not possible with 5 GHz mode enabled. Many thanks to @lukaszsobala for reporting this issue: #6636 (comment)
  • Loading branch information
MichaIng committed Sep 25, 2023
1 parent 6a8dfb9 commit f943e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ v8.23
Enhancements:

Bug fixes:
- DietPi-Config | Resolved an issue where the WiFi channel selection was not possible with 5 GHz mode enabled. Many thanks to @lukaszsobala for reporting this issue: https://github.com/MichaIng/DietPi/issues/6636#issuecomment-1734427451

As always, many smaller code performance and stability improvements, visual and spelling fixes have been done, too much to list all of them here. Check out all code changes of this release on GitHub: https://github.com/MichaIng/DietPi/pull/ADDME

Expand Down
2 changes: 1 addition & 1 deletion dietpi/dietpi-config
Original file line number Diff line number Diff line change
Expand Up @@ -2735,7 +2735,7 @@ This is mainly aimed at PINE A64 which may have a hardware issue that causes uns
if (( $HOTSPOT_5G ))
then
G_WHIP_DEFAULT_ITEM=$HOTSPOT_5G_CHANNEL
G_WHIP_MENU 'Please enter a 5 GHz WiFi channel for your hotspot.
G_WHIP_INPUTBOX 'Please enter a 5 GHz WiFi channel for your hotspot.
\nA full list of supported 5 GHz WiFi channels per region can be found e.g. on Wikipedia: https://en.wikipedia.org/wiki/List_of_WLAN_channels#5_GHz_(802.11a/h/n/ac/ax)' && HOTSPOT_5G_CHANNEL=$G_WHIP_RETURNED_VALUE
else
local channel_mhz=2412 channel_min=1 channel_max=13
Expand Down

0 comments on commit f943e3c

Please sign in to comment.