diff --git a/interface/package.json b/interface/package.json index 8ec373105..2a212c9cd 100644 --- a/interface/package.json +++ b/interface/package.json @@ -24,8 +24,8 @@ "@alova/adapter-xhr": "2.1.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.2.1", - "@mui/material": "^6.2.1", + "@mui/icons-material": "^6.3.1", + "@mui/material": "^6.3.1", "@table-library/react-table-library": "4.1.7", "alova": "3.2.7", "async-validator": "^4.2.5", diff --git a/pio_local.ini_example b/pio_local.ini_example index 3d55f00d1..cf009cd42 100644 --- a/pio_local.ini_example +++ b/pio_local.ini_example @@ -28,10 +28,10 @@ default_envs = s3_16M_P ; BBQKees S3 ; monitor_filters = colorize, esp32_exception_decoder ; customize the scripts -extra_scripts = +; extra_scripts = ; pre:scripts/build_interface.py ; builds the WebUI (unless NO_BUILD_WEBUI is set) - comment out if you don't want to build each time ; scripts/rename_fw.py ; renames the firmware .bin file - comment out if not needed - scripts/upload.py ; optionally upload the firmware via OTA (must have upload_protocol = custom) + ; scripts/upload.py ; optionally upload the firmware via OTA (must have upload_protocol = custom) ; set the username and password for the admin account (default password is admin) custom_username = admin