Skip to content

Commit

Permalink
Register new messages in flipper.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Aug 8, 2024
1 parent 9de7532 commit 12fa133
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flipper.proto
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ message Main {
.PB_Gpio.ReadPin gpio_read_pin = 55;
.PB_Gpio.ReadPinResponse gpio_read_pin_response = 56;
.PB_Gpio.WritePin gpio_write_pin = 57;
.PB_Gpio.GetOtgMode gpio_get_otg_mode = 72;
.PB_Gpio.GetOtgModeResponse gpio_get_otg_mode_response = 73;
.PB_Gpio.SetOtgMode gpio_set_otg_mode = 74;
.PB_App.AppStateResponse app_state_response = 58;
.PB_Property.GetRequest property_get_request = 61;
.PB_Property.GetResponse property_get_response = 62;
Expand Down

0 comments on commit 12fa133

Please sign in to comment.