LoRaLite - Structured Messages
Explore how to send and receive structured messages using LoRa with ESP32 devices. Instead of sending simple strings, we use structs to include a MAC address for identification, extraction instructions, and a payload. By using an enum to declare message types and identifying the message type with the first byte (msgType), we eliminate the need to include message length in the transmission.