Got it. I was thinking about the settings tabs. For example there is signaling channel having :
- An "Active" flag
- A type
- A code
Type and code could be hidden / cleared if active is false
Well, it's not a good idea to hide (i.e. remove them from the settings tree) because of how the UI expects them from the radio. However, you can mark one as "volatile" which will cause all the settings to be reloaded if/when it changes. Use that with care though as it causes a lot of churn. It's really for settings where it's very important that one setting impacts another.
I didn't change the image for passing the automatic tests. I It was for manual tests with the radio :
- Upload to radio with chirp
- Download from radio with official CPS
- compare the settings between chirp and the official CPS
I can can easily revert this change.
Okay, just making sure :)
If you don't mind putting them in separate PRs just to make sure the image change doesn't affect the tests, I'd appreciate it.
Pull request created
Created issue #11153
++ thanks :)
--Dan