mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* various changes for CLI support via companion radio
This commit is contained in:
parent
189ed79d46
commit
1209d54d2e
6 changed files with 79 additions and 11 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue