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
I think that the best solution is to save this setting to eeprom when someone enter Search or Fav screen and default with that on startup. Entering other screens won't affect "startup screen" setting.
I finally had a few minutes to look into this (my local yearly event is coming up). As a temporary fix I have commented PRO58/Src/main.cpp line 185 and added a new line below it as shown.
When more time allows I hope to poke at:
-Add allocation of eeprom space for variable type bit or ???
-Add distinct updates to this new variable on entry to SEARCH and FAVOURITES.
-Add checking into the above section of PRO58/Src/main.cpp to auto load state defined by new variable value.
-Add fail-safe to pick a state if this eeprom value does not match expected value (corrupted).
I am requesting this feature after finding this desirable when I attended an event utilizing with a channel set across multiple vendor channel sets.
The text was updated successfully, but these errors were encountered: