chore: move header files to includes folder
This commit is contained in:
@@ -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
6
ctl.sh
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user