Skip to content

Commit

Permalink
Changes as requested
Browse files Browse the repository at this point in the history
  • Loading branch information
gjelsoe authored Nov 8, 2024
1 parent 30120b9 commit 8f3d0dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meshtastic/module_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ message ModuleConfig {
bool use_pullup = 8;

/* If this is set, message are send to channel set in "sendTo" else a "NodeID"*/
bool sendTochannel = 9;
bool sendAsDM = 9;

/* Send module messages to Channel Index/UserID.
* 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
* Example: A number of "0x11111111" would result in a message send to UserID "0x11111111" if sendToChannel is not set
*/
uint32 sendTo = 10;
}
Expand Down

0 comments on commit 8f3d0dd

Please sign in to comment.