mirror of
https://github.com/nikdoof/builder.git
synced 2025-12-26 08:19:25 +00:00
Rename C310 v2.2
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
#!/bin/sh
|
||||
|
||||
set_gpio() {
|
||||
[ "$2" -eq 1 ] && gpio set $1 || gpio clear $1
|
||||
sleep 1
|
||||
}
|
||||
|
||||
# SSC335 Tapo C310
|
||||
if [ "$1" = "rtl8192eu-ssc335-tapo-c310" ]; then
|
||||
set_gpio 16 1
|
||||
modprobe 8192eu
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exit 1
|
||||
Reference in New Issue
Block a user