implement Outputs

This commit is contained in:
2024-12-07 17:57:55 +01:00
parent e497e3dcbc
commit 9ac3792c6c
7 changed files with 157 additions and 127 deletions

10
.vscode/settings.json vendored Normal file
View File

@ -0,0 +1,10 @@
{
"idf.flashType": "UART",
"idf.port": "/dev/ttyUSB0",
"idf.adapterTargetName": "esp32",
"files.associations": {
"http_metrics.h": "c",
"outputs.h": "c",
"task.h": "c"
}
}