Refining the JSON schema based on the requirements of the display driver.

This commit is contained in:
Jonathan Naylor
2023-07-26 16:32:33 +01:00
parent 1a19243653
commit e4de1951cc
4 changed files with 7 additions and 4 deletions

View File

@@ -357,6 +357,7 @@ void CPOCSAGControl::clock(unsigned int ms)
if (m_state == PS_ENDING) {
LogMessage("POCSAG, transmitted %u frame(s) of data from %u message(s)", m_frames, m_count);
writeJSON("network", 0U, "end");
m_state = PS_NONE;
}
}