mirror of
https://github.com/anklimov/lighthub
synced 2026-01-31 02:29:06 +03:00
XNova CRYPT,SHAREDSECRET,PROTECTED_PINS,PULSEPIN12
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user