Skip to content

Commit

Permalink
remove option 37 WiFi setup / en/disable
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <[email protected]>
  • Loading branch information
mstormi committed May 12, 2024
1 parent bfabf6f commit ad1c9e0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions functions/menu.bash
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ show_main_menu() {
"35 | Serial port" "Prepare serial ports for peripherals like RaZberry, ZigBee adapters etc" \
"36 | Disable framebuffer" "Disable framebuffer on RPi to minimize memory usage" \
" | Enable framebuffer" "Enable framebuffer (standard setting)" \
"37 | WiFi setup" "Configure wireless network connection" \
" | Disable WiFi" "Disable wireless network connection" \
"38 | Use zram" "Use compressed RAM/disk sync for active directories to avoid SD card corruption" \
" | Update zram" "Update a currently installed zram instance" \
" | Uninstall zram" "Don't use compressed memory (back to standard Raspberry Pi OS filesystem layout)" \
Expand All @@ -191,8 +189,6 @@ show_main_menu() {
35\ *) prepare_serial_port ;;
36\ *) use_framebuffer "disable" ;;
*Enable\ framebuffer) use_framebuffer "enable" ;;
37\ *) configure_wifi setup ;;
*Disable\ WiFi) configure_wifi "disable" ;;
38\ *) init_zram_mounts "install" ;;
*Update\ zram) init_zram_mounts ;;
*Uninstall\ zram) init_zram_mounts "uninstall" ;;
Expand Down

0 comments on commit ad1c9e0

Please sign in to comment.