Skip to content

Commit

Permalink
fixed ir and ir cut
Browse files Browse the repository at this point in the history
  • Loading branch information
openipcamera committed May 20, 2018
1 parent 37e8414 commit 14cc3a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions firmware_mod/v2/run.sh
Expand Up @@ -19,6 +19,12 @@ insmod /driver/sample_pwm_hal.ko
insmod /driver/rtl8189ftv.ko
##insmod /system/sdcard/driver/sensor_jxf22.ko data_interface=2 pwdn_gpio=-1 res et_gpio=18 sensor_gpio_func=0

## Fix IR:
echo 63 > /sys/class/gpio/export
echo "out" > /sys/class/gpio/gpio63/direction
echo 1 > /sys/class/gpio/gpio63/value


## Start Wifi:
wpa_supplicant -D nl80211 -iwlan0 -c $CONFIGPATH/wpa_supplicant.conf -B &
sleep 5
Expand Down
Binary file removed wyze-firmware-unpacker/appfs.bin
Binary file not shown.

0 comments on commit 14cc3a5

Please sign in to comment.