
29 Apr
2025
29 Apr
'25
12:45 a.m.
Dan Smith wrote:
Please don't, even if you figure out a sneaky way. The developer mode is a UI notion and I also don't want people enabling developer mode just to get access to extra driver features.
Well did figure out a sneaky way to determine if the driver is running in developer mode, but I removed it...
I'm working on a driver that will have a "sensitive" setting (one that all users probably should not have access to) and only want to expose that setting when CHIRP is in developer mode.
There's a set_warning() method on RadioSetting which you can use to warn if the user changes the value, so please just use that.
--Dan
That's exactly what I was looking for. I issue a stern warning and let them continue if so heeded,
Thx, Fred