Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gjelsoe authored Nov 8, 2024
1 parent 507dfa2 commit 30120b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meshtastic/module_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ message ModuleConfig {
* Example: A number set as "1" would result in a message send to channel index "1" if sendToChannel is set
* Example: A number of "FFFFFFFF" would result in a message send to UserID "FFFFFFFF" if sendToChannel is not set
*/
uint32_t sendTo = 10;
uint32 sendTo = 10;
}

/*
Expand Down

0 comments on commit 30120b9

Please sign in to comment.