alexreinert/HB-RF-ETH

JSON from /sysinfo.json does not validate

noppingen opened this issue · 1 comments

JSON from /sysinfo.json (firmware_1_2_9) is not valid, key "rawUartRemoteAddress" is contained twice - see https://jsonlint.com/

{
    "sysInfo": {
        [...]
        "rawUartRemoteAddress": "",
        [...]
        "rawUartRemoteAddress": "",
        [...]
        }
}

Ja, ich weiß: Nörgeln auf hohem Niveau... Danke.

stale commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.