mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2025-12-06 03:01:59 +01:00
Direct path to configuration file for auto start
This commit is contained in:
parent
c18b195346
commit
5da94ac65c
|
|
@ -59,7 +59,7 @@
|
||||||
|
|
||||||
|
|
||||||
const char* APP_NAME = "FreeDV"; // Name of Application
|
const char* APP_NAME = "FreeDV"; // Name of Application
|
||||||
const char* CFG_FILE = "FreeDV.cfg"; // Name of associated configuration file
|
const char* CFG_FILE = "/home/root/FreeDV.cfg"; // Name of associated configuration file
|
||||||
|
|
||||||
/* This structure mirrors the one found in /usr/include/asm/ucontext.h */
|
/* This structure mirrors the one found in /usr/include/asm/ucontext.h */
|
||||||
typedef struct _sig_ucontext {
|
typedef struct _sig_ucontext {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue