diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-13 14:24:00 +0300 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-05-13 14:24:00 +0300 |
| commit | 9aca4b69b22a08d01b12e358eb198f3fbe92ff2a (patch) | |
| tree | 1d02a8bbcf091f3e6514feb223e34a84983b4107 /Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/SystemViewVM.cs | |
| parent | 4cc4089f36b0a9b9d754e33acb49da930f846699 (diff) | |
| download | Tango-9aca4b69b22a08d01b12e358eb198f3fbe92ff2a.tar.gz Tango-9aca4b69b22a08d01b12e358eb198f3fbe92ff2a.zip | |
Added DFU reset to PPC.
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/SystemViewVM.cs')
| -rw-r--r-- | Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/SystemViewVM.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/SystemViewVM.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/SystemViewVM.cs index b2f93c29d..c368e77e2 100644 --- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/SystemViewVM.cs +++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.Technician/ViewModels/SystemViewVM.cs @@ -138,7 +138,7 @@ namespace Tango.PPC.Technician.ViewModels { CPU = GetAppCPU(); RAM = GetAppRam(); - Temperature = GetTemperature(); + //Temperature = GetTemperature(); } } |
