diff --git a/CHANGELOG.txt b/CHANGELOG.txt index c1c50255b9..242a7cfbd3 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -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 diff --git a/dietpi/dietpi-config b/dietpi/dietpi-config index b5ee2a8100..dbba62f9e2 100755 --- a/dietpi/dietpi-config +++ b/dietpi/dietpi-config @@ -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