Update README.md

master
呓喵酱 5 years ago committed by GitHub
parent 53ff98e638
commit e85a4832e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

@ -50,6 +50,8 @@ void loop(){
String message, fromIP, toIP, msgType;
socket.getNewMsg(message, fromIP, toIP, msgType); //通过引用获取消息内容,发信ip,收信ip,消息类型
}
socket.core(); //循环组件
}

Loading…
Cancel
Save