#ifndef PACKET_FORMAT_H #define PACKET_FORMAT_H enum HEADER_e {WEATHER_STATION = 0, CONNECTED_MAILBOX}; #endif //PACKET_FORMAT_H