Added the packet_format.h file which contain the definition of the various header values

This commit is contained in:
Th3maz1ng 2021-06-05 23:33:47 +02:00
parent e7325a04a3
commit 201819f2ef

View File

@ -0,0 +1,6 @@
#ifndef PACKET_FORMAT_H
#define PACKET_FORMAT_H
enum HEADER_e {WEATHER_STATION = 0};
#endif //PACKET_FORMAT_H