mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2025-10-11 01:48:05 +00:00
add remote spotlight and fix library paths
This commit is contained in:
BIN
SD_ROOT/wz_mini/bin/socat
Executable file
BIN
SD_ROOT/wz_mini/bin/socat
Executable file
Binary file not shown.
13
SD_ROOT/wz_mini/bin/spotlight_ctl.sh
Executable file
13
SD_ROOT/wz_mini/bin/spotlight_ctl.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [[ "$1" == "on_high" ]]; then
|
||||
echo -ne "\xaa\x55\x43\x05\x16\xff\x07\x02\x63" > /dev/ttyUSB0
|
||||
elif [[ "$1" == "on_low" ]]; then
|
||||
echo -ne "\xaa\x55\x43\x05\x16\x33\x07\x01\x97" > /dev/ttyUSB0
|
||||
elif [[ "$1" == "off" ]]; then
|
||||
echo -ne "\xaa\x55\x43\x05\x16\x00\x07\x01\x64" > /dev/ttyUSB0
|
||||
else
|
||||
echo "usage: spotlight_ctl on_high"
|
||||
echo "usage: spotlight_ctl on_low"
|
||||
echo "usage: spotlight_ctl off"
|
||||
fi
|
BIN
SD_ROOT/wz_mini/bin/strace
Executable file
BIN
SD_ROOT/wz_mini/bin/strace
Executable file
Binary file not shown.
BIN
SD_ROOT/wz_mini/bin/tcpdump
Executable file
BIN
SD_ROOT/wz_mini/bin/tcpdump
Executable file
Binary file not shown.
Reference in New Issue
Block a user