* various changes for CLI support via companion radio

Этот коммит содержится в:
Scott Powell
2025-02-27 12:51:00 +11:00
родитель 189ed79d46
Коммит 1209d54d2e
6 изменённых файлов: 79 добавлений и 11 удалений
+3
Просмотреть файл
@@ -259,6 +259,9 @@ protected:
}
}
void onCommandDataRecv(const ContactInfo& from, uint8_t path_len, uint32_t sender_timestamp, 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) {
Serial.printf("PUBLIC CHANNEL MSG -> (Direct!)\n");