Skip to content

Commit

Permalink
duos: set B17 to low level for hardware V1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Feb 22, 2024
1 parent 0e0b8ef commit 3d9ead3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions device/milkv-duos-sd/overlay/mnt/system/duo-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ function set_gpio()
echo ${gpio_val} > ${gpio_path}/value
}

# Hardware V1.1
gpio_b17=465
set_gpio ${gpio_b17} 0

# Host Wake BT
host_wake_bt=362
set_gpio ${host_wake_bt} 1
Expand Down

0 comments on commit 3d9ead3

Please sign in to comment.