uru4k: increase threshold to detect encryption
Otherwise we get false positives on devices without encryption
This commit is contained in:
parent
cfe60c0640
commit
4d7afd9b4f
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
||||||
#define IMAGE_HEIGHT 290
|
#define IMAGE_HEIGHT 290
|
||||||
#define IMAGE_WIDTH 384
|
#define IMAGE_WIDTH 384
|
||||||
|
|
||||||
#define ENC_THRESHOLD 1000
|
#define ENC_THRESHOLD 5000
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
IRQDATA_SCANPWR_ON = 0x56aa,
|
IRQDATA_SCANPWR_ON = 0x56aa,
|
||||||
|
|
Loading…
Reference in a new issue