You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From off, press 3H and, instead of the expected strobe (by default, candle mode), absolutely nothing happens: the flashlight remains in the 'off' state.
I've examined the code and I'm pretty sure the problem is caused in anduril/ui/off-mode.c by the 3H handling code being incorrectly placed inside a #ifdef USE_SIMPLE_MODE // #endif block; this does fix it for me:
I'd like for someone else to confirm the bug and my analysis above, and then I will submit a proper PR.
TIA!
The text was updated successfully, but these errors were encountered:
DurvalMenezes
changed the title
Disabling Simple UI at compile time (#undef USE_SIMPLE_UI) also disables all strobe mode
Disabling Simple UI at compile time (#undef USE_SIMPLE_UI) also disables all strobe modes
Nov 6, 2024
DurvalMenezes
changed the title
Disabling Simple UI at compile time (#undef USE_SIMPLE_UI) also disables all strobe modes
BUG: Disabling Simple UI at compile time (#undef USE_SIMPLE_UI) also disables all strobe modes
Nov 6, 2024
Thanks @SammysHP. I reviewed the open issues before opening this one, but missed #94.
Is there a fork or something with these bug-fixing PRs applied, or at least an easier way to find them without having to go through each one? It would IMO help everyone to avoid 'reinventing the wheel' as I just did.
As per the title.
This does not happen with r2024-04-20, but does happen with current trunk (e43203f).
How to reproduce: in current trunk (e43203f):
eg, to the end of
hw/wurkkos/ts10/rgbaux/anduril.h
;I've examined the code and I'm pretty sure the problem is caused in
anduril/ui/off-mode.c
by the 3H handling code being incorrectly placed inside a#ifdef USE_SIMPLE_MODE
//#endif
block; this does fix it for me:I'd like for someone else to confirm the bug and my analysis above, and then I will submit a proper PR.
TIA!
The text was updated successfully, but these errors were encountered: