G4lile0 / tinyGS

📡 Open Ground Station Network 🛰
GNU General Public License v3.0
924 stars 177 forks source link

Inconsistent response value in MQTT message #89

Closed McOrts closed 3 years ago

McOrts commented 3 years ago

Only when the satellite is UNKNOWN the last attribute is separated by _: "CRC_ERROR" In all other cases, there is a space: "CRC ERROR".

[[1,0,0,0,"UNKNOWN"],[1,0,0,11,"Last Packet: 18:21"],[1,0,0,23,"RSSI/SNR:-131.0/-15.0dB"],[1,2,64,34,"Freq error: 1407.19Hz"],[1,2,64,45,"CRC_ERROR"]]

[[1,0,0,0,"Norby"],[1,0,0,11,"Last Packet: 18:21"],[1,0,0,23,"RSSI/SNR:-131.0/-15.0dB"],[1,2,64,34,"Freq error: 1407.19Hz"],[1,2,64,45,"CRC ERROR"]]

4m1g0 commented 3 years ago

Fixed, thanks!