Canned message - Fixes

pull/103/head
Balazs Kelemen 2022-02-21 23:39:30 +01:00
rodzic 996940f44c
commit 98929a163a
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -530,7 +530,7 @@ message Data {
* Defaults to false. If true, then what is in the payload should be treated as an emoji like giving
* a message a heart or poop emoji.
*/
uint32 group_id = 9;
uint32 group_id = 9;
}
/*

Wyświetl plik

@ -96,7 +96,7 @@ enum PortNum {
*/
GROUP_APP = 34;
/*
/*
* Provides a hardware serial interface to send and receive from the Meshtastic network.
* Connect to the RX/TX pins of a device with 38400 8N1. Packets received from the Meshtastic
* network is forwarded to the RX pin while sending a packet to TX will go out to the Mesh network.