feat: Simple bluetooth status indication

This commit is contained in:
2026-06-07 18:27:33 +01:00
commit 61bf63fd14
9 changed files with 125 additions and 0 deletions

19
makefile Normal file
View File

@@ -0,0 +1,19 @@
.PHONY: all deploy log log_err clean
all: build
build:
xtool dev build
deploy:
xtool dev
log:
idevicesyslog | grep cooby > out.log
log_err:
cat out.log | grep rror
clean:
-rm -rf .build
-rm -rf xtool