Skip to content

Commit

Permalink
Update aasdk_proto/WifiChannelData.proto to be proto2 instead of proto3
Browse files Browse the repository at this point in the history
  • Loading branch information
abraha2d committed Jul 16, 2019
1 parent 5045f58 commit 361380e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aasdk_proto/WifiChannelData.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* along with aasdk. If not, see <http://www.gnu.org/licenses/>.
*/

syntax="proto3";
syntax="proto2";

option optimize_for=SPEED;

Expand All @@ -26,5 +26,5 @@ package f1x.aasdk.proto.data;

message WifiChannel
{
string ssid = 1;
required string ssid = 1;
}

0 comments on commit 361380e

Please sign in to comment.