Skip to content

Commit

Permalink
Update customizer for imou-c22ep-s2 and tp-link-tapo-c110
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigFisher committed Dec 2, 2023
1 parent c7ef9d0 commit deb4bd2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ cli -s .nightMode.irCutPin1 13
cli -s .nightMode.irCutPin2 12
cli -s .nightMode.backlightPin 52
cli -s .video0.codec h264
cli -s .hls.enabled false
#
#
# Set wlan device and credentials if need
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#!/bin/sh
#
# Perform basic settings on a known IP camera
#
#
# Set custom upgrade url
#
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/ssc333_lite_tp-link-tapo-c110-nor.tgz'
#
#
# Set custom majestic settings
#
cli -s .system.staticDir /var/www/majestic
cli -s .nightMode.enabled true
cli -s .nightMode.irCutPin1 78
cli -s .nightMode.irCutPin2 79
cli -s .nightMode.backlightPin 14
cli -s .audio.speakerPin 61
cli -s .video0.codec h264
#
#
# Set wlan device and credentials if need
#
fw_setenv wlandev ssw101b-ssc333-tapo-c110
#fw_setenv wlanssid Router
#fw_setenv wlanpass 12345678

exit 0

0 comments on commit deb4bd2

Please sign in to comment.