Logan Gartner
ce2e05165c
Updated TODO Frontend will now wait for Nginx or the override address to come up as well as OctoPrint if it is enabled Nginx will now redirect HTTP connections on port 443 to HTTPS Raspberry Pi camera is now enabled when MJPG streamer is enabled Added touch screen calibration program (still needs a menu entry) Deleted EXPORT_NOOBS since I hate it
4 lines
96 B
Text
4 lines
96 B
Text
IMG_SUFFIX="-nogui"
|
|
if [ "${USE_QEMU}" = "1" ]; then
|
|
export IMG_SUFFIX="${IMG_SUFFIX}-qemu"
|
|
fi
|