XNova CRYPT,SHAREDSECRET,PROTECTED_PINS,PULSEPIN12

This commit is contained in:
Климов Андрей Николаевич
2023-10-08 17:43:30 +03:00
parent 6cd4f1d82a
commit e93e52702e
34 changed files with 173 additions and 68 deletions

View File

@@ -361,4 +361,18 @@
#define minimalMemory 200
#else
#define minimalMemory 1200
#endif
#if not defined PROTECTED_PINS
#define PROTECTED_PINS
#endif
const short protectedPins[]={PROTECTED_PINS};
#define protectedPinsNum (sizeof(protectedPins)/sizeof(short))
#ifdef CRYPT
#if not defined SHAREDSECRET
#define SHAREDSECRET "12345678"
#endif
#endif