include WEB_SERVER_ENABLED in wz_mini.conf.dist

This commit is contained in:
virmaior
2022-07-17 17:28:01 +09:00
committed by GitHub
parent cfcad72bbf
commit 8b772c503a

View File

@@ -93,11 +93,15 @@ DISABLE_MOTOR="false"
ENABLE_FSCK_ON_BOOT="false"
ENABLE_CAR_DRIVER="false"
#####WEB#####
WEB_SERVER_ENABLED="true"
#####DEBUG#####
#drops you to a shell via serial, doesn't load app_init.sh
DEBUG_ENABLED="false"
DEBUG_INITRAMFS_ENABLED="false"
DEBUG_PASSWORD="false"
#####SCRIPTING#####
CUSTOM_SCRIPT_PATH=""