* companion radio: support for TXT_TYPE_SIGNED_PLAIN

Этот коммит содержится в:
Scott Powell
2025-03-02 13:57:50 +11:00
родитель 7cb0412c75
Коммит 88959b6b03
4 изменённых файлов: 37 добавлений и 4 удалений
+2
Просмотреть файл
@@ -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) {