Skip to content

Commit

Permalink
fix: renamed SignalTrigger
Browse files Browse the repository at this point in the history
  • Loading branch information
guglielmo-boi committed May 3, 2024
1 parent 927b823 commit e2b7a0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proto/app/app_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ message Connection
string mode = 3;
}

message SignalTrigger
message DoubleTrigger
{
string id = 1;
string message = 2;
Expand Down Expand Up @@ -65,7 +65,7 @@ message AppConfig
Connection connection = 4;
map<string, Connection> savedConnections = 5;
repeated string activeTabs = 6;
repeated SignalTrigger signalTriggers = 7;
repeated DoubleTrigger doubleTriggers = 7;
repeated EnumTrigger enumTriggers = 8;
repeated BitTrigger bitTriggers = 9;
repeated CustomPlot customPlots = 10;
Expand Down

0 comments on commit e2b7a0f

Please sign in to comment.