Fix wrong calculation of EEPROM positions and max all size homogenous

Thanks @TheMaskedDeveloper for pointing this out
This commit is contained in:
Luc
2020-04-20 07:40:31 +02:00
parent fd4e385830
commit ff8251aabd
2 changed files with 13 additions and 13 deletions

View File

@@ -56,7 +56,7 @@
#define MIN_NOTIFICATION_TOKEN_LENGTH 0
#define MIN_NOTIFICATION_SETTINGS_LENGTH 0
#define MAX_NOTIFICATION_TOKEN_LENGTH 63
#define MAX_NOTIFICATION_SETTINGS_LENGTH 127
#define MAX_NOTIFICATION_SETTINGS_LENGTH 128
#define MAX_SERVER_ADDRESS_LENGTH 128
#define MIN_SERVER_ADDRESS_LENGTH 0