fix version typo

This commit is contained in:
Joerg Lehmann 2020-02-29 11:32:08 +01:00
parent d2b821c46e
commit 08f90010e7
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ enum {
|
\****************************************************************************/
static const int32_t fwVersion = 202002129;
static const int32_t fwVersion = 20200229;
static const byte INIT_PACKAGE_INTERVAL = 100; // send an init package every 100 packages;
static const byte MAX_VALUES_TO_SEND = 8;