Added the packet_format.h file which contain the definition of the various header values
This commit is contained in:
parent
e7325a04a3
commit
201819f2ef
6
src/tests/packet_format.h
Normal file
6
src/tests/packet_format.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef PACKET_FORMAT_H
|
||||
#define PACKET_FORMAT_H
|
||||
|
||||
enum HEADER_e {WEATHER_STATION = 0};
|
||||
|
||||
#endif //PACKET_FORMAT_H
|
Loading…
Reference in New Issue
Block a user