Skip to content

Commit 2f42252

Browse files
committed
merge apfpv builds
1 parent 76c9c5a commit 2f42252

File tree

20 files changed

+1
-267
lines changed

20 files changed

+1
-267
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

devices/ssc338q_apfpv/general/overlay/usr/bin/adapter renamed to devices/apfpv/general/overlay/usr/bin/adapter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set_config() {
44
cat << EOF > /tmp/wpa_supplicant.conf
55
network={
66
mode=2
7-
frequency=$(fw_printenv -n wlanfreq || echo 2412)
7+
frequency=$(fw_printenv -n wlanfreq || echo 5200)
88
ssid="$(fw_printenv -n wlanssid || echo OpenIPC)"
99
psk="$(fw_printenv -n wlanpass || echo 12345678)"
1010
}

devices/ssc338q_apfpv/general/overlay/usr/share/openipc/customizer.sh renamed to devices/apfpv/general/overlay/usr/share/openipc/customizer.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,4 @@
11
#!/bin/sh
2-
#
3-
# Perform basic settings on a known IP camera
4-
#
5-
#
6-
# Set custom upgrade url
7-
#
8-
fw_setenv upgrade 'https://github.com/OpenIPC/builder/releases/download/latest/openipc.ssc338q-nor-apfpv.tgz'
9-
#
10-
#
11-
# Set custom majestic settings
12-
#
132
cli -s .isp.exposure 15
143
cli -s .video0.fps 60
154
cli -s .video0.bitrate 12000
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)