feat: replace mjpg-streamer with crowsnest (#286)

Co-authored-by: th33xitus <th33xitus@googlemail.com>
This commit is contained in:
Stephan Wendel
2023-02-03 21:59:59 +01:00
committed by GitHub
parent 8493269c6f
commit 7aa186e8b9
7 changed files with 266 additions and 12 deletions

View File

@@ -68,4 +68,9 @@ function set_globals() {
#=============== MOONRAKER-OBICO ================#
MOONRAKER_OBICO_DIR="${HOME}/moonraker-obico"
MOONRAKER_OBICO_REPO="https://github.com/TheSpaghettiDetective/moonraker-obico.git"
#=============== Crowsnest ================#
CROWSNEST_DIR="${HOME}/crowsnest"
CROWSNEST_REPO="https://github.com/mainsail-crew/crowsnest.git"
}