You've already forked TEF6686_ESP32
Removed ASCII converter, since it was not working ;-) Hopefully fixed the CT when time is at midnight. Added option to hide RDS errors: showrdserrors = true Do show always showrdserrors = false Only show errorless RDS
17 lines
340 B
JSON
17 lines
340 B
JSON
{
|
|
"name":"Arduino on ESP32-S3",
|
|
"toolchainPrefix":"xtensa-esp32s3-elf",
|
|
"svdFile":"debug.svd",
|
|
"request":"attach",
|
|
"overrideAttachCommands":[
|
|
"set remote hardware-watchpoint-limit 2",
|
|
"monitor reset halt",
|
|
"monitor gdb_sync",
|
|
"thb setup",
|
|
"c"
|
|
],
|
|
"overrideRestartCommands":[
|
|
"monitor reset halt",
|
|
"monitor gdb_sync"
|
|
]
|
|
} |