#ifndef LORA_PACKET_H #define LORA_PACKET_H #include typedef struct { char message[20]; uint32_t timestamp; } __attribute__((packed)) DataPacket; #endif // LORA_PACKET_H