Added package webfs-v3 for the webserver

This commit is contained in:
AGG2017 2024-02-29 17:57:41 -05:00
parent 11512b5e98
commit 0a02e775ff
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View file

@ -53,11 +53,14 @@ ssh="dropbear"
# "webfs-v2" uses static libraries with memory footprint less than 400kb (0.4% RAM), no dependencies
# Browse http://printer_ip:8000/mesh for the 3D auto bed leveling mesh visualizer
# Browse http://printer_ip:8000/webcam for the live webcam page
# Use "webfs-v3" with default port 8000 or "webfs-v3:port" for a custom port
# "webfs-v3" has a home page, webcam page, 3d visualizer and leveling tools page
# Browse http://printer_ip:8000 to the home page of the custom webserver
# More web pages will be added soon
# Depends on the option "app_nocamera" only for versions 3.0.5+
# No dependency for versions below 3.0.5
# Available for versions 2.3.9 ... 3.0.9
# webserver="webfs-v2:8000" [app_nocamera]
# webserver="webfs-v3:8000" [app_nocamera]
# Enable Python 3 (+14MB to the update, +25MB to the rootfs)
# Select the version you need. Python might be required by some other options