refactor: implement all core services

This commit is contained in:
2025-09-13 12:59:37 +02:00
parent 995d973011
commit 00aff9df3e
19 changed files with 987 additions and 718 deletions

7
ctl.sh
View File

@@ -14,8 +14,7 @@ function build {
pio run -e $1
}
function all {
target esp01_1m
target d1_mini
pio run
}
${@:-all}
}
@@ -51,4 +50,8 @@ function cluster {
${@:-info}
}
function monitor {
pio run --target monitor
}
${@:-info}