完善连接热点udp指令

This commit is contained in:
xuemh
2018-08-06 21:37:34 +08:00
parent cdd634df71
commit 4546e0b981
7 changed files with 62 additions and 8 deletions
@@ -28,7 +28,7 @@
-(void)broadCaseUDP{
self.loopTimer = [NSTimer scheduledTimerWithTimeInterval:3 target:self selector:@selector(sendLoopSoketdata) userInfo:nil repeats:YES];
self.loopTimer = [NSTimer scheduledTimerWithTimeInterval:3 target:self selector:@selector(sendConnectHotspotSoketdata) userInfo:nil repeats:YES];
}