mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-04 22:46:00 +00:00
* companion radio: support for TXT_TYPE_SIGNED_PLAIN
This commit is contained in:
@@ -261,6 +261,8 @@ protected:
|
||||
|
||||
void onCommandDataRecv(const ContactInfo& from, uint8_t path_len, uint32_t sender_timestamp, const char *text) override {
|
||||
}
|
||||
void onSignedMessageRecv(const ContactInfo& from, uint8_t path_len, uint32_t sender_timestamp, const uint8_t *sender_prefix, const char *text) override {
|
||||
}
|
||||
|
||||
void onChannelMessageRecv(const mesh::GroupChannel& channel, int in_path_len, uint32_t timestamp, const char *text) override {
|
||||
if (in_path_len < 0) {
|
||||
|
||||
Reference in New Issue
Block a user