duos: add wifi power control GPIO

This commit is contained in:
carbon
2024-01-20 18:36:05 +08:00
parent 543e96f2aa
commit f91cf43311
7 changed files with 62 additions and 11 deletions

View File

@ -17,10 +17,6 @@ function set_gpio()
echo ${gpio_val} > ${gpio_path}/value
}
# WIFI Power ON
wifi_power=495
set_gpio ${wifi_power} 1
# Host Wake BT
host_wake_bt=362
set_gpio ${host_wake_bt} 1