* qConnectionPage.xaml.cs:

* QFinder.cs: Update zeroconf string

* README.md:
* packages.config:
* qController.iOS.csproj:
* qController.Droid.csproj:
* qController.csproj: Update Dependencies

* QStorage.cs: Update Log Level
This commit is contained in:
2022-02-03 14:42:38 -06:00
parent 9487b993eb
commit c0c1d7a9bb
8 changed files with 27 additions and 27 deletions
@@ -55,7 +55,7 @@ namespace qController
public static bool Contains(string name, string address){
foreach (var item in qInstances)
{
//Log.Debug("Item name: " + item.name + " Found Name: " + name);
Log.Information("Item name: " + item.name + " Found Name: " + name);
if (item.address == address)
{
return true;