feat: services (#2)

This commit is contained in:
2025-09-13 13:45:24 +02:00
parent fe045804cb
commit 12caeb0be6
33 changed files with 3293 additions and 785 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}