add the user as distinct message source

This commit is contained in:
a-f-G-U-C
2021-10-27 13:16:51 +00:00
committed by GitHub
parent e6b4ee8084
commit da9dd62a33
5 changed files with 9 additions and 8 deletions

View File

@@ -20,7 +20,8 @@ typedef uint32_t PacketId; // A packet sequence number
*/
enum RxSource {
RX_SRC_LOCAL, // message was generated locally
RX_SRC_RADIO // message was received from radio mesh
RX_SRC_RADIO, // message was received from radio mesh
RX_SRC_USER // message was received from end-user device
};
/**