chore: move header files to includes folder

This commit is contained in:
2025-08-22 16:06:05 +02:00
parent 17bdfeaaf0
commit f48ddcf9f7
8 changed files with 2 additions and 10 deletions

6
ctl.sh
View File

@@ -25,11 +25,7 @@ function flash {
echo "Flashing firmware for $1..."
pio run --target upload -e $1
}
function all {
target esp01_1m
target d1_mini
}
${@:-all}
${@:-info}
}
function ota {