duos: set B17 to low level for hardware V1.1

This commit is contained in:
carbon
2024-02-22 15:31:15 +08:00
parent 0e0b8efb59
commit 3d9ead3070

View File

@ -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