mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Refactor: move buzzer RTTTL strings to class members, tune sounds, add PlatformIO build task
This commit is contained in:
parent
eeae32b25d
commit
0d8fa629ba
2 changed files with 26 additions and 0 deletions
18
.vscode/tasks.json
vendored
Normal file
18
.vscode/tasks.json
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "PlatformIO Build",
|
||||
"type": "shell",
|
||||
"command": "platformio",
|
||||
"args": [
|
||||
"run"
|
||||
],
|
||||
"isBackground": false,
|
||||
"problemMatcher": [
|
||||
"$platformio"
|
||||
],
|
||||
"group": "build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue