ramdor / Thetis

The main working repo for changes to Thetis for the Apache Labs line of radios. Find us here : https://discord.gg/6fHCRKnDc9
https://discord.gg/6fHCRKnDc9
GNU General Public License v2.0
52 stars 14 forks source link

[BUG]mmio controls get 'old data' if cancel is pressed in setup #485

Closed ramdor closed 2 months ago

ramdor commented 2 months ago

MMIO controls are added to the list of controls that needed to be restored when cancel is pressed. This is incorrect, they need to be removed in the removeSpecialCases() function.