JLChen
2020-04-03 be95e839f40eb3ddf64706b60cba6dfcf4fad5e5
Crabtree/SmartHome/UI/SimpleControl/Phone/Alexa/AlexaSettingPage.cs
@@ -261,11 +261,11 @@
                        }
                        var commonBytes = IO.FileUtils.ReadFile (filePath);
                        if (commonBytes.Length == 0) {
                            Console.WriteLine ("length loss");
                            Utlis.WriteLine ("length loss");
                            continue;
                        }
                        if (commonBytes.Length == 1) {
                            Console.WriteLine ("length loss 1");
                            Utlis.WriteLine ("length loss 1");
                            continue;
                        }
                        if (str [1] == DeviceType.InfraredMode.ToString ()) {
@@ -485,7 +485,7 @@
                            };
                        });
                    } catch (Exception ex) {
                        Console.WriteLine (ex.Message);
                        Utlis.WriteLine (ex.Message);
                    }
                }
            });