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:
parent
c9a3461ffe
commit
a66331ccbe
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue