Updated to latest DBs to expose new eCrestronSeries property and adds new property to Global to reflect. Updates startup message to print series

This commit is contained in:
Neil Dorin
2021-02-09 15:27:32 -07:00
parent 7f8215199d
commit b19b4ae26e
2 changed files with 3 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ namespace PepperDash.Essentials
if (CrestronEnvironment.DevicePlatform != eDevicePlatform.Server) // Handles 3-series running Windows CE OS
{
Debug.Console(0, Debug.ErrorLogLevel.Notice, "Starting Essentials v{0} on 3-series Appliance", Global.AssemblyVersion);
Debug.Console(0, Debug.ErrorLogLevel.Notice, "Starting Essentials v{0} on {1} Appliance", Global.AssemblyVersion, Global.ProcessorSeries.ToString());
// Check if User/ProgramX exists
if (Directory.Exists(Global.ApplicationDirectoryPathPrefix + dirSeparator + "User"