runnable on WT32-SC01-PLUS

This commit is contained in:
Peter Siegmund
2025-10-08 07:59:23 +02:00
parent abeb791511
commit 31845c0596
31 changed files with 1326 additions and 739 deletions

15
firmware/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,15 @@
{
"version": "0.2.0",
"configurations": [
{
"type": "gdbtarget",
"request": "attach",
"name": "Eclipse CDT GDB Adapter"
},
{
"type": "espidf",
"name": "Launch",
"request": "launch"
}
]
}