Update aasdk_proto/WifiChannelData.proto to be proto2 instead of proto3

pull/2/head
Kevin Abraham 2019-07-16 15:19:43 -04:00 committed by Kevin Abraham
parent 5045f58867
commit 361380e7d7
No known key found for this signature in database
GPG Key ID: 108285B21AFE64EF
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
* along with aasdk. If not, see <http://www.gnu.org/licenses/>. * along with aasdk. If not, see <http://www.gnu.org/licenses/>.
*/ */
syntax="proto3"; syntax="proto2";
option optimize_for=SPEED; option optimize_for=SPEED;
@ -26,5 +26,5 @@ package f1x.aasdk.proto.data;
message WifiChannel message WifiChannel
{ {
string ssid = 1; required string ssid = 1;
} }