ssid和密码长度设置为60
This commit is contained in:
@@ -14,9 +14,9 @@ import java.io.Serializable;
|
||||
*/
|
||||
public class OrderDeviceConnectModel extends HeadModel implements Serializable {
|
||||
//路由器wifi名
|
||||
private byte[] ssid_name = new byte[20];
|
||||
private byte[] ssid_name = new byte[60];
|
||||
//路由器wifi密码
|
||||
private byte[] ssid_password = new byte[20];
|
||||
private byte[] ssid_password = new byte[60];
|
||||
|
||||
public byte[] getSsid_name() {
|
||||
return ssid_name;
|
||||
|
||||
Reference in New Issue
Block a user