Porównaj commity

..

No commits in common. "e91f5aae09bc38b8a99d0cbfe8bab37cab50e74c" and "18994840a5624471c4947126d59d6b263223082e" have entirely different histories.

4 zmienionych plików z 4 dodań i 5 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.5
* Updated to library Hamlib 4.5.4
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.5"
#define PACKAGE_STRING "Hamlib 4.5.4"
/* 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.5"
#define PACKAGE_VERSION "4.5.4"
/* 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.5"
#define VERSION "4.5.4"
/* Define to 1 if on MINIX. */
/* #undef _MINIX */

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -66,7 +66,6 @@ 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