chore(force-patch): fix build errors after merge

This commit is contained in:
Andrew Welker
2025-03-05 10:36:35 -06:00
parent 64ef2a6a3e
commit fb9fbe829c
4 changed files with 3 additions and 10 deletions

View File

@@ -182,15 +182,6 @@ namespace PepperDash.Core
}, System.Threading.Timeout.Infinite);
}
/// <summary>
/// S+ Constructor - Must set all properties before calling Connect
/// </summary>
public GenericSshClient()
: base(SPlusKey)
{
CrestronEnvironment.ProgramStatusEventHandler += new ProgramStatusEventHandler(CrestronEnvironment_ProgramStatusEventHandler);
AutoReconnectIntervalMs = 5000;
/// <summary>
/// Handles closing this up when the program shuts down
/// </summary>