1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-30 00:00:11 +01:00

updated version number and maximum number of values

This commit is contained in:
Steffen Vogel 2015-10-09 13:25:43 +02:00
parent c9a3461ffe
commit a66331ccbe

View file

@ -18,10 +18,10 @@
#endif
/** The version number of the s2ss server */
#define VERSION "v0.4-" _GIT_REV
#define VERSION "v0.5-" _GIT_REV
/** Maximum number of float values in a message */
#define MAX_VALUES 16
#define MAX_VALUES 64
/** Maximum number of messages in the circular history buffer */
#define DEFAULT_POOLSIZE 32