From f3c31ff3f068f59f9173f510faff7408a4f606d1 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Thu, 14 Jan 2021 15:54:08 +0000 Subject: [PATCH] fix time error bug (#4). 'factory2' was not updating its timestamp when it received a new reading. It was binding to the wrong property in MainPage.xml (view model). This changes the property to the correct one. --- src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml | 7 ++++--- .../EyesAndEars.UWP/ViewModels/MainPageVM.cs | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml b/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml index 5d707c4..e284469 100644 --- a/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml +++ b/src/EyesAndEars.UWP/EyesAndEars.UWP/MainPage.xaml @@ -56,7 +56,7 @@ Mode=OneWay, FallbackValue=404}" Foreground="White" FontSize="24"/> -