fix namespace in client config object

This commit is contained in:
Joshua Gutenplan
2019-06-14 09:21:12 -07:00
parent 8dc3cb967b
commit 45edcae034
2 changed files with 1 additions and 2 deletions

View File

@@ -17,7 +17,6 @@ using System.Text;
using System.Text.RegularExpressions;
using Crestron.SimplSharp;
using Crestron.SimplSharp.CrestronSockets;
using PepperDash_Core.Comm;
namespace PepperDash.Core
{

View File

@@ -6,7 +6,7 @@ using Crestron.SimplSharp;
using PepperDash.Core;
using Newtonsoft.Json;
namespace PepperDash_Core.Comm
namespace PepperDash.Core
{
/// <summary>
/// Client config object for TCP client with server that inherits from TcpSshPropertiesConfig and adds properties for shared key and heartbeat