Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ cli -s .audio.speakerPin 11
# Set motor and mmc
#
#fw_setenv gpio_mmc XX
fw_setenv gpio_motors 111 112 113 114 59 60 8 9
fw_setenv ptz_control gpio
fw_setenv ptz_gpio 111 112 113 114 59 60 8 9
#
#
#adduser viewer -s /bin/false -D -H ; echo viewer:123456 | chpasswd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ fw_setenv rmem 19M@0x2D00000
# Set motor and mmc
#
fw_setenv gpio_mmc 61
#fw_setenv gpio_motors 53 52 54 14 17
#fw_setenv ptz_control gpio
#fw_setenv ptz_gpio 53 52 54 14 17
#
#
#adduser viewer -s /bin/false -D -H ; echo viewer:123456 | chpasswd
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ fw_setenv rmem 19M@0x2D00000
# Set motor and mmc
#
fw_setenv gpio_mmc 61
fw_setenv gpio_motors 53 52 54 14 17
fw_setenv ptz_control gpio
fw_setenv ptz_gpio 53 52 54 14 17
#
#
#adduser viewer -s /bin/false -D -H ; echo viewer:123456 | chpasswd
Expand Down
Loading