created variable for deprecation

This commit is contained in:
Václav Šmejkal 2022-05-05 18:38:30 +02:00
parent f9bd01c394
commit fbd204a89f

View File

@ -21,6 +21,8 @@
#define NOT_FOUND_TRIES 10 //NUMBER OF TRIES FOR DOWNLOADING versions.json #define NOT_FOUND_TRIES 10 //NUMBER OF TRIES FOR DOWNLOADING versions.json
#define DEPRECATED __attribute__((deprecated))
//VARIABLES //VARIABLES
static int keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS < static int keyLength = 50; //LENGTH OF KEY > DO NOT TOUCH THIS <