From: c vw Date: Fri, 6 Nov 2020 08:53:18 +0000 (+0100) Subject: Corrected commend on memory recall actions X-Git-Url: https://git.rkrishnan.org/pf/content/frontends//%22%22?a=commitdiff_plain;h=0a34608ce6aae828400d8a3ae1a831a7b1f236a7;p=pihpsdr.git Corrected commend on memory recall actions --- diff --git a/midi.h b/midi.h index 82fbeb7..cc7024e 100644 --- a/midi.h +++ b/midi.h @@ -89,10 +89,10 @@ enum MIDIaction { MIDI_ACTION_PTTONOFF, // PTT: set PTT state to "on" or "off" MIDI_ACTION_PS, // PURESIGNAL: toggle PURESIGNAL on/off MIDI_ACTION_MEM_RECALL_M0, // RECALLM0: load current freq/mode/filter from memory slot #0 - MIDI_ACTION_MEM_RECALL_M1, // RECALLM1: load current freq/mode/filter from memory slot #0 - MIDI_ACTION_MEM_RECALL_M2, // RECALLM2: load current freq/mode/filter from memory slot #0 - MIDI_ACTION_MEM_RECALL_M3, // RECALLM3: load current freq/mode/filter from memory slot #0 - MIDI_ACTION_MEM_RECALL_M4, // RECALLM4: load current freq/mode/filter from memory slot #0 + MIDI_ACTION_MEM_RECALL_M1, // RECALLM1: load current freq/mode/filter from memory slot #1 + MIDI_ACTION_MEM_RECALL_M2, // RECALLM2: load current freq/mode/filter from memory slot #2 + MIDI_ACTION_MEM_RECALL_M3, // RECALLM3: load current freq/mode/filter from memory slot #3 + MIDI_ACTION_MEM_RECALL_M4, // RECALLM4: load current freq/mode/filter from memory slot #4 MIDI_ACTION_RF_GAIN, // RFGAIN: receiver RF gain MIDI_ACTION_TX_DRIVE, // RFPOWER: adjust TX RF output power MIDI_ACTION_RIT_CLEAR, // RITCLEAR: clear RIT and XIT value