You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can confirm that these Goke_GK7102 files work with
"Worldtech WT-CCM011" ip camera
use the cls.conf file to supply WiFI ssid and password
I had a problem with the telnet server not starting so modified debug_cmd.sh slightly
# Telnet Server
if [ "$HACK_TELNET" = "NO" ]; then
start-stop-daemon -K -n telnetd
fi
changed to
# Telnet Server
if [ "$HACK_TELNET" = "YES" ]; then
/bin/busybox telnetd
fi
The text was updated successfully, but these errors were encountered:
I can confirm that these Goke_GK7102 files work with
"Worldtech WT-CCM011" ip camera
use the cls.conf file to supply WiFI ssid and password
I had a problem with the telnet server not starting so modified debug_cmd.sh slightly
The text was updated successfully, but these errors were encountered: