public ESP8266DebugExtension(bool esp32Mode)
 {
     _ESP32Mode = esp32Mode;
     try
     {
         _Interfaces = XmlTools.LoadObject<ESP8266DebugConfigurator.DebugInterfaceList>(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "interfaces.xml"));
     }
     catch { }
 }
示例#2
0
 public ESP8266DebugExtension(bool esp32Mode)
 {
     _ESP32Mode = esp32Mode;
     try
     {
         _Interfaces = XmlTools.LoadObject <ESP8266DebugConfigurator.DebugInterfaceList>(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "interfaces.xml"));
     }
     catch { }
 }