mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-16 13:14:49 +00:00
fix: device debug settings method missing
This commit is contained in:
@@ -100,8 +100,6 @@ namespace PepperDash.Core
|
|||||||
|
|
||||||
if ((setting & eStreamDebuggingSetting.Tx) == eStreamDebuggingSetting.Tx)
|
if ((setting & eStreamDebuggingSetting.Tx) == eStreamDebuggingSetting.Tx)
|
||||||
TxStreamDebuggingIsEnabled = true;
|
TxStreamDebuggingIsEnabled = true;
|
||||||
|
|
||||||
Debug.SetDeviceDebugSettings(ParentDeviceKey, setting);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -111,8 +109,6 @@ namespace PepperDash.Core
|
|||||||
private void DisableDebugging()
|
private void DisableDebugging()
|
||||||
{
|
{
|
||||||
StopDebugTimer();
|
StopDebugTimer();
|
||||||
|
|
||||||
Debug.SetDeviceDebugSettings(ParentDeviceKey, eStreamDebuggingSetting.Off);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void StopDebugTimer()
|
private void StopDebugTimer()
|
||||||
|
|||||||
Reference in New Issue
Block a user