Skip to content

Commit 13bf4b2

Browse files
author
eagleychen
committed
删除开源治理
1 parent c8f00a6 commit 13bf4b2

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

Source/LinkApp/Classes/Module/DistributionNetwork/Controller/TIoTSoftapWaitVC.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@
1212

1313
#import "TIoTCoreAddDevice.h"
1414

15-
#define APIP @"192.168.4.1"
16-
#define APPort 8266
17-
1815
@interface TIoTSoftapWaitVC ()<GCDAsyncUdpSocketDelegate,TIoTCoreAddDeviceDelegate>
1916
@property (strong, nonatomic) GCDAsyncUdpSocket *socket;
2017
@property (strong, nonatomic) dispatch_queue_t delegateQueue;

Source/LinkSDKDemo/Core/Controller/Device/TIoTWiredDistributionNetVC.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ - (void)setupUI {
139139
self.wifiPasswordString = @"";
140140
self.tokenString = @"";
141141
self.portString = @"7838";
142-
self.addressIDString = @"239.0.0.255";
142+
self.addressIDString = @"";
143143
}
144144

145145
- (void)initInformation {

Source/SDK/LinkCore/QCDeviceCenter/TIoTCoreAddDevice.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ - (instancetype)initWithPort:(NSString *)port multicastGroupOrHost:(NSString *)a
520520
self = [super init];
521521
if (self) {
522522
self.portString = port?:@"7838"; //需要更改接入端口号
523-
self.addressString = address?:@"239.0.0.255"; //需要更改接入IP
523+
self.addressString = address?:@""; //需要更改接入IP
524524
}
525525
return self;
526526
}

0 commit comments

Comments
 (0)