Merge fixup

This commit is contained in:
Heath Volmer
2019-05-22 09:32:48 -06:00
11 changed files with 242 additions and 85 deletions

View File

@@ -75,7 +75,7 @@ namespace PepperDash.Essentials
}
/// <summary>
/// Determines if the program is running on a processor (appliance) or server (XiO Edge).
/// Determines if the program is running on a processor (appliance) or server (VC-4).
///
/// Sets Global.FilePathPrefix based on platform
/// </summary>
@@ -179,7 +179,7 @@ namespace PepperDash.Essentials
}
// Notify the
// Notify the OS that the program intitialization has completed
SystemMonitor.ProgramInitialization.ProgramInitializationComplete = true;
}