alexreinert / HB-RF-ETH

Firmware for the HB-RF-ETH pcb
Other
49 stars 10 forks source link

JSON from /sysinfo.json does not validate #25

Closed noppingen closed 2 years ago

noppingen commented 2 years ago

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[bot] commented 2 years ago

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.