Increase enrollment stages to 10 for better template coverage

More enrollment samples give bz3 a wider spread of touch angles
and positions to build the template from, improving match reliability
on small touch sensors used as tap sensors (e.g. 04f3:0c6e power button).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
buster_dylan 2026-04-15 00:28:24 +10:00
parent 1ce6db6e2c
commit baefc0d879

View File

@ -1017,4 +1017,6 @@ fpi_device_elan_class_init (FpiDeviceElanClass *klass)
img_class->change_state = dev_change_state;
img_class->bz3_threshold = 2;
dev_class->nr_enroll_stages = 10;
}