You've already forked TEF6686_ESP32
API update
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
This commit is contained in:
17
debug_custom.json
Normal file
17
debug_custom.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user