This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
if [ -z "$1" ]; then | |
echo "Usage: $0 [Bluetooth MAC Addr]" | |
exit 1 | |
else | |
MAC=$1 | |
fi | |
#bt=$(timeout 15 gatttool -b A4:C1:38:8E:1D:8E --char-write-req --handle='0x0038' --value="0100" --listen) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kinneko@buildroot:~/LLM_buildroot-external-m5stack$ find ./ | wc | |
830 830 51260 | |
kinneko@buildroot:~/LLM_buildroot-external-m5stack$ find ./ -ls | awk 'BEGIN {OFS="\t"} {print $1, $2, $3, $4, $9, $11, $12}' | |
3149865 4 drwxrwxr-x 13 27 ./ | |
3150192 4 drwxrwxr-x 2 27 ./provides | |
3150193 4 -rw-rw-r-- 1 27 ./provides/toolchains.in | |
3150158 4 drwxrwxr-x 2 27 ./docs | |
3150166 4 -rw-rw-r-- 1 27 ./docs/ota.md | |
3150159 4 -rw-rw-r-- 1 27 ./docs/audio.md |