chore: move header files to includes folder
This commit is contained in:
@@ -654,10 +654,6 @@ components:
|
||||
description: Action attempted (if applicable)
|
||||
example: "invalid_action"
|
||||
|
||||
securitySchemes:
|
||||
# Currently no authentication required
|
||||
# This section can be expanded when authentication is implemented
|
||||
|
||||
tags:
|
||||
- name: Task Management
|
||||
description: Operations for monitoring and controlling background tasks
|
||||
|
||||
6
ctl.sh
6
ctl.sh
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user