Dvogonen / cyclop_plus_plus

Firmware upgrade for Quanum Cyclops FPV googles that adds support for manual channel selection, textual information on main screen and battery level alarm.
MIT License
20 stars 5 forks source link

CyclopPlusPlus: - ensure to call updateSoftPositions in ReadEEPROM - … #9

Closed Memphiz closed 7 years ago

Memphiz commented 7 years ago

…fixes non-applied soft positions after power on.

As the title says. Soft positions are currently only applied when going into the options menu. I think they should be obeyed after power on aswell. (this is untested because i haven't time yet to unmount everything again to flash the controller - but i am 99% sure this is correct [tm] ).

Memphiz commented 7 years ago

I tried that one on my arduino nano with connected SH1106 Display. It works as intended.

Reproduction:

  1. enter options
  2. Disable all bands but BOSCAM A
  3. Exit options
  4. select channel A2
  5. powercycle

Without this PR:

  1. select next channel and see that it hops through all bands even the disabled ones

With this PR:

  1. select next channel and see that it only hops in BOSCAM A band