Skip to content

Commit

Permalink
VIM1S: fix power detect key
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Xie <nick@khadas.com>
Change-Id: I87ba53d3bf4c1c5161add9377435703a71eb58e5
  • Loading branch information
numbqq committed Sep 15, 2023
1 parent 7f48089 commit d676720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion board/khadas/configs/kvim1s.h
Expand Up @@ -233,7 +233,7 @@
"factory_provision init;"\
"\0"\
"upgrade_key="\
"if gpio input GPIOD_2; then "\
"if gpio input GPIOD_8; then "\
"echo detect upgrade key; run update;"\
"fi;"\
"\0"\
Expand Down

0 comments on commit d676720

Please sign in to comment.