[chirp_devel] [PATCH] [vx-3] add basic settings support #1291
Dan Smith
Wed Jan 8 16:45:13 PST 2014
> + def get_settings(self):
> + _settings = self._memobj.settings
> + basic = RadioSettingGroup("basic", "Basic")
> + sound = RadioSettingGroup("sound", "Sound")
> + dtmf = RadioSettingGroup("dtmf", "DTMF")
> + arts = RadioSettingGroup("arts", "ARTS")
> + eai = RadioSettingGroup("eai", "Emergency")
> + msg = RadioSettingGroup("msg", "Messages")
> + top = RadioSettingGroup("top", "All Settings",
> + basic, sound, arts, dtmf, eai, msg)
This is a lot of work, nice job. I'd like to start splitting up these
settings methods somehow so that they're not so long. Not sure what the
best way to do that is, but I think we've got to figure out something.
--Dan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20140108/92a395af/attachment-0001.bin
More information about the chirp_devel
mailing list