mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-22 13:37:19 +00:00
remove duplicate ssh check
This commit is contained in:
parent
b7c4615dbe
commit
54596ffd9c
@ -134,6 +134,7 @@ the stream will be located at ```rtsp://IP_ADDRESS:8554/unicast```
|
|||||||
Note: VLC seems to work fine for playback, ffmpeg and others have severe artifacts in the stream during playback. Huge credit to @mnakada for his libcallback library: https://github.com/mnakada/atomcam_tools
|
Note: VLC seems to work fine for playback, ffmpeg and others have severe artifacts in the stream during playback. Huge credit to @mnakada for his libcallback library: https://github.com/mnakada/atomcam_tools
|
||||||
|
|
||||||
__WARNING__: If using the wyze app to view the live stream, viewing in "HD" or "SD" will not work. Select 360p to view the live stram in the app.
|
__WARNING__: If using the wyze app to view the live stream, viewing in "HD" or "SD" will not work. Select 360p to view the live stram in the app.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Latest Updates
|
## Latest Updates
|
||||||
|
@ -35,13 +35,6 @@ swap_enable() {
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
if [[ -d /configs/.ssh ]]; then
|
|
||||||
echo "dropbear ssh config dir present"
|
|
||||||
else
|
|
||||||
echo "dropbear ssh config dir not present, creating"
|
|
||||||
mkdir /configs/.ssh
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [[ "$ENABLE_USB_ETH" == "true" ]]; then
|
if [[ "$ENABLE_USB_ETH" == "true" ]]; then
|
||||||
|
|
||||||
swap_enable
|
swap_enable
|
||||||
|
Loading…
Reference in New Issue
Block a user