perf: Monitor battery and read /capacity by default

This commit is contained in:
robshape 2023-04-20 11:43:39 +02:00
parent 131b49e948
commit 8d73b8de93
2 changed files with 9 additions and 4 deletions

View file

@ -39,7 +39,7 @@ cd $(dirname "$0")
#######################################
keymon.elf & # &> $LOGS_PATH/keymon.txt &
# ./batmon.sh &> /mnt/sdcard/batmon.txt &
./batmon.sh &> /mnt/sdcard/batmon.txt &
#######################################
@ -50,7 +50,7 @@ while [ -f "$EXEC_PATH" ]; do
overclock.elf $CPU_SPEED_PERF
./minui.elf &> $LOGS_PATH/minui.txt
sync
if [ -f $NEXT_PATH ]; then
CMD=`cat $NEXT_PATH`
eval $CMD