typo mistake whoops

pull/69/head
W3AXL 2 years ago
parent d3aede7f1f
commit 6ddec3c641

@ -1303,7 +1303,7 @@ json::object Host::getStatus()
response["siteId"].set<uint8_t>(m_siteId);
response["p25RfssId"].set<uint8_t>(m_p25RfssId);
response["p25NetId"].set<uint32_t>(m_p25NetId);
response["p24NAC"].set<uint32_t>(m_p25NAC);
response["p25NAC"].set<uint32_t>(m_p25NAC);
}
yaml::Node modemConfig = m_conf["system"]["modem"];

Loading…
Cancel
Save

Powered by TurnKey Linux.