mirror of
https://github.com/oe7drt/YSFClients.git
synced 2025-12-06 05:32:02 +01:00
Show FCS receive debug only when debug is active
This commit is contained in:
parent
1015f3d55f
commit
cdfc8c9fad
3
DGIdGateway/.vscode/settings.json
vendored
Normal file
3
DGIdGateway/.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"makefile.extensionOutputFolder": "./.vscode"
|
||||||
|
}
|
||||||
|
|
@ -191,6 +191,7 @@ void CFCSNetwork::clock(unsigned int ms)
|
||||||
if (length <= 0)
|
if (length <= 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (m_debug)
|
||||||
CUtils::dump(1U, "FCS Network Data Received", buffer, length);
|
CUtils::dump(1U, "FCS Network Data Received", buffer, length);
|
||||||
|
|
||||||
if (m_state == DS_NOTLINKED)
|
if (m_state == DS_NOTLINKED)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue