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

2
.env
View File

@@ -1 +1 @@
export API_NODE=10.0.1.53 export API_NODE=10.0.1.60

View File

@@ -654,10 +654,6 @@ components:
description: Action attempted (if applicable) description: Action attempted (if applicable)
example: "invalid_action" example: "invalid_action"
securitySchemes:
# Currently no authentication required
# This section can be expanded when authentication is implemented
tags: tags:
- name: Task Management - name: Task Management
description: Operations for monitoring and controlling background tasks description: Operations for monitoring and controlling background tasks

6
ctl.sh
View File

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