mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
fix(mcpwm): Update serial-studio-dashboard.json to comply with new formatting
Merges https://github.com/espressif/esp-idf/pull/18316
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{
|
||||
"actions": [
|
||||
],
|
||||
"decoder": 0,
|
||||
"frameDetection": 1,
|
||||
"frameEnd": "*/",
|
||||
"frameParser": "/**\n * Automatically migrated frame parser function.\n */\nfunction parse(frame) {\n return frame.split(',');\n}",
|
||||
"frameStart": "/*",
|
||||
|
||||
"groups": [
|
||||
{
|
||||
"datasets": [
|
||||
|
||||
Reference in New Issue
Block a user