Skip to content

Commit

Permalink
fix ci frfr
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Jan 9, 2025
1 parent 73e7879 commit f711b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions messages/sec.options
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
orb.mcu.sec.SERequest.data max_size: 512
orb.mcu.sec.Tamper.unencrypted_json max_size: 640
2 changes: 1 addition & 1 deletion messages/sec.proto
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ message Tamper {
/// json is instead done at run time by other software.
// NOTE: in proto3, all fields are implicitly optional. But we mark it
// explicitly here just to be extra clear.
optional string unencrypted_json = 1 [(nanopb).max_size = 640];
optional string unencrypted_json = 1;
}

0 comments on commit f711b35

Please sign in to comment.