kopia lustrzana https://github.com/Hamlib/Hamlib
Merge branch 'master' of https://github.com/Hamlib/Hamlib
commit
434d28cd9a
|
@ -22,6 +22,7 @@
|
||||||
#ifndef _PRM80_H
|
#ifndef _PRM80_H
|
||||||
#define _PRM80_H 1
|
#define _PRM80_H 1
|
||||||
|
|
||||||
|
#include <sys/time.h>
|
||||||
#include <hamlib/rig.h>
|
#include <hamlib/rig.h>
|
||||||
#include "misc.h"
|
#include "misc.h"
|
||||||
|
|
||||||
|
|
|
@ -3277,6 +3277,7 @@ int newcat_set_powerstat(RIG *rig, powerstat_t status)
|
||||||
case RIG_POWER_OFF:
|
case RIG_POWER_OFF:
|
||||||
case RIG_POWER_STANDBY:
|
case RIG_POWER_STANDBY:
|
||||||
ps = '0';
|
ps = '0';
|
||||||
|
write_block(&state->rigport, (unsigned char *) "PS0;", 4);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|
Ładowanie…
Reference in New Issue