Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
itning committed Sep 6, 2019
1 parent 2dd68aa commit aae4a0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions AutoConnectionSchoolWifi/AutoConnectionSchoolWifi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<HintPath>..\packages\Costura.Fody.4.1.0\lib\net40\Costura.dll</HintPath>
</Reference>
<Reference Include="ManagedNativeWifi">
<HintPath>C:\Users\wangn\Desktop\ManagedNativeWifi\ManagedNativeWifi\bin\Release\ManagedNativeWifi.dll</HintPath>
<HintPath>..\..\ManagedNativeWifi\ManagedNativeWifi\bin\Release\ManagedNativeWifi.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -88,7 +88,6 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<None Include="README.md" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down
1 change: 1 addition & 0 deletions AutoConnectionSchoolWifi/src/DefaultAutoConnection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ public override void ConnectTrueWifi()
if (a == null)
{
connectionStateCallBack.StateChange("等待WIFI...");
Thread.Sleep(500);
continue;
}
// 连接
Expand Down

0 comments on commit aae4a0f

Please sign in to comment.