22 May
2012
22 May
'12
4:32 p.m.
- "Tone->",
Why do we need this? A tmode of "Tone" should be "transmit tone, but don't require one" which is what "Tone->" implies.
- "DTCS Enc",
What's this? The case where we transmit but don't require a DTCS code should be covered under the already-present "DTCS->" cross mode, right?
"dtcs" : DTCS_CODES + DTCS_EXTRA_CODES,
"rx_dtcs" : DTCS_CODES + DTCS_EXTRA_CODES, "tmode" : TONE_MODES,
Can you keep that aligned?
(_("DTCS Code") , TYPE_INT, gtk.CellRendererCombo, ),
(_("DTCS Rx Code") , TYPE_INT, gtk.CellRendererCombo, ), (_("DTCS Pol") , TYPE_STRING, gtk.CellRendererCombo, ),
This too.
_("DTCS Code") : 23,
_("DTCS Rx Code") : 23, _("DTCS Pol") : "NN",
And this.
Thanks Marco!
--
Dan Smith
www.danplanet.com
KK7DS