Skip to content

Commit

Permalink
更改服务器地址
Browse files Browse the repository at this point in the history
  • Loading branch information
Mengwangchao committed Nov 13, 2022
1 parent de4658f commit e6e4cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whiteBoard/model/UpdateToMQTT.m
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ -(void)connectMQTT{


MQTTCFSocketTransport *tranport = [[MQTTCFSocketTransport alloc]init];
tranport.host = @"39.105.149.69";
tranport.host = @"101.201.78.109";
tranport.port = 1883;
self.mySession = [[MQTTSession alloc]init];
self.mySession.transport = tranport;
Expand Down

0 comments on commit e6e4cd1

Please sign in to comment.