From 9e3afe2729ba63aaf754181d6ffb55df2365ec40 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Tue, 18 Jan 2022 13:30:56 -0600 Subject: [PATCH] Add set_vfo_opt to rig.swg https://github.com/Hamlib/Hamlib/issues/930 --- bindings/rig.swg | 1 + 1 file changed, 1 insertion(+) diff --git a/bindings/rig.swg b/bindings/rig.swg index e34168e6f..3ecb92e9a 100644 --- a/bindings/rig.swg +++ b/bindings/rig.swg @@ -363,6 +363,7 @@ typedef channel_t * const_channel_t_p; METHOD3(send_dtmf, const_char_string) METHOD3(send_morse, const_char_string) METHOD3(vfo_op, vfo_op_t) + METHOD3(set_vfo_opt, int) METHOD2(scan, scan_t, int) METHODSIMPLESET(level, int, i, RIG_LEVEL_IS_FLOAT(stg)) METHODSIMPLESET(level, float, f, !RIG_LEVEL_IS_FLOAT(stg))