changed wifi request

pull/9/head
Chiel Prins 2019-12-15 22:35:24 +01:00 committed by Ryan Press
parent 6fdaf564aa
commit ecf244222d
2 changed files with 3 additions and 1 deletions

View File

@ -22,4 +22,6 @@ package f1x.aasdk.proto.messages;
message WifiInfoRequest
{
required string ip_address = 1;
optional uint32 port = 2;
}

View File

@ -21,7 +21,7 @@ syntax = "proto2";
package f1x.aasdk.proto.messages;
message WifiInfoResponse {
required string ip_address = 1;
optional string ip_address = 1;
optional uint32 port = 2;
required Status status = 3;