advanced menu: change hostname function

This commit is contained in:
th33xitus
2020-07-24 18:00:57 +02:00
parent 02c6a46a78
commit f51ba88f64
2 changed files with 17 additions and 9 deletions

View File

@@ -107,15 +107,17 @@ advanced_ui(){
hr
echo -e "| 0) $OPRINT_SERVICE_STATUS| "
hr
echo -e "| | "
echo -e "| 1) [Switch Klipper version] | "
echo -e "| | "
echo -e "| 2) [Build Firmware] | "
echo -e "| 3) [Flash MCU] | "
echo -e "| 4) [Get Printer-ID] | "
echo -e "| 5) [Write Printer-ID to printer.cfg] | "
echo -e "| 6) [Write DWC2-for-Klipper config] | "
echo -e "| | "
echo -e "| | | "
echo -e "| Klipper: | System: | "
echo -e "| 1) [Switch Version] | 7) [Change hostname] | "
echo -e "| | | "
echo -e "| Firmware: | | "
echo -e "| 2) [Build Firmware] | | "
echo -e "| 3) [Flash MCU] | | "
echo -e "| 4) [Get Printer-ID] | | "
echo -e "| 5) [Write Printer-ID] | | "
echo -e "| 6) [Write DWC2 config] | | "
echo -e "| | | "
quit_footer
}