mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-07-02 10:38:14 +00:00
fix: device debug settings method missing
This commit is contained in:
parent
41a3cd7fcd
commit
57c83086be
1 changed files with 0 additions and 4 deletions
|
|
@ -100,8 +100,6 @@ namespace PepperDash.Core
|
|||
|
||||
if ((setting & eStreamDebuggingSetting.Tx) == eStreamDebuggingSetting.Tx)
|
||||
TxStreamDebuggingIsEnabled = true;
|
||||
|
||||
Debug.SetDeviceDebugSettings(ParentDeviceKey, setting);
|
||||
|
||||
}
|
||||
|
||||
|
|
@ -111,8 +109,6 @@ namespace PepperDash.Core
|
|||
private void DisableDebugging()
|
||||
{
|
||||
StopDebugTimer();
|
||||
|
||||
Debug.SetDeviceDebugSettings(ParentDeviceKey, eStreamDebuggingSetting.Off);
|
||||
}
|
||||
|
||||
private void StopDebugTimer()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue