Emisar D4S review

The V3 UI fits on the D1 and D4, but if you’re going to flash them, you may as well upgrade to Anduril. It’s what I use, at least.

I also find it inconvenient that momentary is 4 clicks and lockout is 6 clicks. This is fixed in Anduril, which uses 4 clicks for lockout.

If you feel the click timeout is too long, change a couple of definitions and re-compile the code. Specifically, change these:

#define HOLD_TIMEOUT 24
#define RELEASE_TIMEOUT 24

Each unit (tick) is 16 ms, so one second is 62 ticks. Higher values make it easier to enter long sequences, lower values make the entire interface respond faster.