Device(please complete the following information):
Device: Bridge6
Firmware version: 1.1.0-beta5
Hardware version: 1.0.1
Describe the bug
The data returned by a bankSettings request is not valid JSON.
The sequentialLabels data for each footswitch is malformed: "sequentialLabels": [f08080"], (notice the missing opening quote)
To Reproduce
Steps to reproduce the behavior:
Send 0,DREQ
Send 1,bankSettings,0
Response is kaput
Expected behavior
Valid JSON :D
Additional context
Here is the complete output: bankSettings.txt - search for "malformed" to find the issues.
Edit: I put DTXR but this is about DREQ, fixed above 🙏
Device(please complete the following information):
Describe the bug
The data returned by a
bankSettings
request is not valid JSON. ThesequentialLabels
data for each footswitch is malformed:"sequentialLabels": [f08080"],
(notice the missing opening quote)To Reproduce Steps to reproduce the behavior:
0,DREQ
1,bankSettings,0
Expected behavior Valid JSON :D
Additional context
Here is the complete output: bankSettings.txt - search for "malformed" to find the issues.
Edit: I put
DTXR
but this is aboutDREQ
, fixed above 🙏