Porównaj commity

...

3 Commity

Autor SHA1 Wiadomość Data
PianetaRadio e91f5aae09
Add files via upload 2023-04-09 00:43:10 +02:00
PianetaRadio 6d2356a04d
Fix NET rigctl connection when rig is off
When using NET rigctl, connect with option auto_power_on = 1
2023-04-09 00:39:30 +02:00
PianetaRadio d9a15a9826
Update to hamlib 4.5.5 2023-04-09 00:36:15 +02:00
4 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -7,7 +7,7 @@ CatRadio
+ Debug mode
* Bug fix: Power status
* Bug fix: COM port list
* Updated to library Hamlib 4.5.4
* Updated to library Hamlib 4.5.5
1.3.0 - 2022-11-24
+ Radio info

Wyświetl plik

@ -367,7 +367,7 @@
#define PACKAGE_NAME "Hamlib"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "Hamlib 4.5.4"
#define PACKAGE_STRING "Hamlib 4.5.5"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "hamlib"
@ -376,7 +376,7 @@
#define PACKAGE_URL "http://www.hamlib.org"
/* Define to the version of this package. */
#define PACKAGE_VERSION "4.5.4"
#define PACKAGE_VERSION "4.5.5"
/* Define to necessary symbol if this constant uses a non-standard name on
your system. */
@ -416,7 +416,7 @@
/* Version number of package */
#define VERSION "4.5.4"
#define VERSION "4.5.5"
/* Define to 1 if on MINIX. */
/* #undef _MINIX */

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -66,6 +66,7 @@ RIG *RigDaemon::rigConnect(int *retcode)
//myport.type.rig = RIG_PORT_NETWORK;
strncpy(my_rig->state.rigport.pathname, rigCom.rigPort.toLatin1(), HAMLIB_FILPATHLEN - 1);
my_rig->state.vfo_opt = 1;
my_rig->state.auto_power_on = 1;
//strncpy(my_rig->state.rigport.pathname, RIG_FILE, HAMLIB_FILPATHLEN - 1);
}
else