Skip to content

Commit

Permalink
fix numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser committed Sep 7, 2023
1 parent d833d32 commit 43ce2db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/service/poc_lora.proto
Original file line number Diff line number Diff line change
Expand Up @@ -259,9 +259,9 @@ message lora_stream_session_init_v1 {

message lora_stream_request_v1 {
oneof request {
lora_beacon_report_req_v1 beacon_report = 2;
lora_witness_report_req_v1 witness_report = 3;
lora_stream_session_init_v1 session_init = 4;
lora_beacon_report_req_v1 beacon_report = 1;
lora_witness_report_req_v1 witness_report = 2;
lora_stream_session_init_v1 session_init = 3;
}
}

Expand Down

0 comments on commit 43ce2db

Please sign in to comment.