Jonathan Naylor
d5bbd77304
Merge branch 'master' into AX25_FM
2020-08-14 09:34:30 +01:00
Jonathan Naylor
f71c8ce7bc
Merge pull request #633 from on7lds/dev
...
change tx and rx frequency display precision (to reflect ini file significant figures)
2020-08-14 09:33:53 +01:00
ON7LDS
70d596fea4
change tx and rx frequency display precision (to reflect ini file significant figures)
2020-08-13 21:23:42 +02:00
Jonathan Naylor
739550885b
Merge branch 'master' into AX25_FM
2020-08-10 14:31:53 +01:00
Jonathan Naylor
cdf62f1601
Merge pull request #630 from stefansaraev/oled-buildfix
...
OLED: fix build after f070410f7
and c7fbeecc5
2020-08-10 14:30:25 +01:00
Stefan Saraev
f48cfcc70c
OLED: fix build after f070410f7
and c7fbeecc5
...
============================
Display.cpp: In static member function 'static CDisplay* CDisplay::createDisplay(const CConf&, CUMP*, CModem*)':
Display.cpp:645:128: error: invalid new-expression of abstract class type 'COLED'
645 | display = new COLED(type, brightness, invert, scroll, rotate, logosaver, conf.getDMRNetworkSlot1(), conf.getDMRNetworkSlot2());
| ^
In file included from Display.cpp:39:
OLED.h:40:7: note: because the following virtual functions are pure within 'COLED':
40 | class COLED : public CDisplay
| ^~~~~
In file included from Display.cpp:19:
Display.h:105:15: note: 'virtual void CDisplay::writeFusionInt(const char*, const char*, unsigned char, const char*, const char*)'
105 | virtual void writeFusionInt(const char* source, const char* dest, unsigned char dgid, const char* type, const char* origin) = 0;
============================
2020-08-10 16:26:07 +03:00
Jonathan Naylor
97a10c7e30
Merge branch 'master' into AX25_FM
2020-08-09 19:40:37 +01:00
Jonathan Naylor
c7fbeecc50
Change the displays to show the DG-ID instead of the TO field for YSF.
2020-08-09 19:23:18 +01:00
Jonathan Naylor
82ea772269
Merge branch 'master' into AX25_FM
2020-08-09 15:09:46 +01:00
Jonathan Naylor
f070410f7e
Display and log the DG-ID in the Fusion mode.
2020-08-09 15:09:08 +01:00
Jonathan Naylor
8a6f14e6e6
Merge branch 'master' into AX25_FM
2020-08-05 15:00:23 +01:00
Jonathan Naylor
b0d828123b
Merge pull request #624 from msraya/master
...
Remove DG-ID clear to zero in order to use DG-ID room switch in C4FM servers
2020-08-04 19:40:08 +01:00
msraya
ffd90f6941
Remove DG-ID clear to zero
2020-08-04 18:03:50 +01:00
Manuel Sánchez Raya
c21e325ddb
Merge pull request #1 from g4klx/master
...
Update fork to last version
2020-08-04 18:51:46 +02:00
Jonathan Naylor
3776ed2b1b
Merge branch 'master' into AX25_FM
2020-08-04 10:39:23 +01:00
Jonathan Naylor
c57a313677
Revert "YSF updated from msraya."
...
This reverts commit 7a1b71ecf5
.
2020-08-04 10:34:18 +01:00
Jonathan Naylor
11c8403829
Merge branch 'master' into AX25_FM
2020-08-04 10:04:47 +01:00
Jonathan Naylor
34c759df5f
Merge pull request #623 from msraya/master
...
Update files to remove DG-ID and maintain consistency in code
2020-08-03 20:22:41 +01:00
msraya
9ab838f653
Update files to remove DG-ID and maintain consistency in code
2020-08-03 19:56:08 +01:00
msraya
52ca12e88a
Update files to remove DG-ID and mantain consistency in code
2020-08-03 19:48:25 +01:00
Jonathan Naylor
e01b153a86
Merge pull request #621 from msraya/patch-2
...
Do not remove DG-ID information for use in new servers
2020-08-03 19:14:20 +01:00
Manuel Sánchez Raya
01d8fe1a58
Do not remove DG-ID information for use in new servers
...
Please remove reset to zero or setting of DG-ID because is not necessary.
There are many reflectors that use DG-ID to change communication between TGs or rooms.
2020-08-03 19:38:21 +02:00
Jonathan Naylor
f35ab6230b
Merge pull request #619 from F4FXL/AX25_FM
...
systemd install
2020-08-02 13:30:03 +01:00
Geoffrey Merck
efcecd69d3
Merge remote-tracking branch 'upstream/AX25_FM' into AX25_FM
2020-07-30 19:53:43 +02:00
Jonathan Naylor
0579b4387a
Add the noise squelch configuration items.
2020-07-28 14:22:26 +01:00
Geoffrey Merck
b4cf7a4ad4
Merge branch 'AX25_FM' of https://github.com/F4FXL/MMDVMHost into AX25_FM
2020-07-27 14:53:56 +02:00
Geoffrey Merck
c2c1266233
Correct typo
2020-07-27 14:53:36 +02:00
Geoffrey Merck
7aec7eefcb
Add install service to othe rmakefiles
2020-07-27 14:53:36 +02:00
Geoffrey Merck
869edd33fd
fix typo in executable path
2020-07-27 14:53:36 +02:00
Geoffrey Merck
f64371b4c8
delete unit file on uninstall
2020-07-27 14:53:36 +02:00
Geoffrey Merck
d4e6f2cb5e
add install targets
2020-07-27 14:53:36 +02:00
Geoffrey Merck
354e808ccb
Add systemd unit
2020-07-27 14:53:36 +02:00
Geoffrey Merck
8f59691738
Moved existing scripts to pi-star folder
2020-07-27 14:53:36 +02:00
Geoffrey Merck
5703758116
Merge remote-tracking branch 'upstream/AX25_FM' into AX25_FM
2020-07-27 11:58:54 +02:00
Jonathan Naylor
15c21de416
Fix complilation on Linux.
2020-07-27 10:58:32 +01:00
Jonathan Naylor
da077c73f8
Allow the FM network sample rate to be specified.
2020-07-27 10:38:07 +01:00
Geoffrey Merck
801ba04e0d
Correct typo
2020-07-20 09:08:58 +02:00
Geoffrey Merck
fa7be67d9c
Add install service to othe rmakefiles
2020-07-20 08:36:22 +02:00
Geoffrey Merck
49a4e2ad0d
fix typo in executable path
2020-07-20 08:13:27 +02:00
Geoffrey Merck
bb1a542fe1
delete unit file on uninstall
2020-07-20 08:06:29 +02:00
Geoffrey Merck
ba9c97289f
add install targets
2020-07-18 18:07:21 +02:00
Geoffrey Merck
76033dd301
Add systemd unit
2020-07-18 18:07:10 +02:00
Geoffrey Merck
87b7a7c48a
Moved existing scripts to pi-star folder
2020-07-18 17:36:54 +02:00
Jonathan Naylor
c80894ddaa
Fix the configuration source file.
2020-07-15 12:31:48 +01:00
Jonathan Naylor
9c4d2f46bb
Merge branch 'master' into AX25_FM
2020-07-15 12:15:07 +01:00
Jonathan Naylor
3e6d5d5a7f
Add UseCOSAsLockout and FM Access Mode parameters.
2020-07-13 16:02:04 +01:00
Jonathan Naylor
1e833d78cf
Remove KerchunkTX.
2020-07-07 17:54:46 +01:00
Jonathan Naylor
e9a128ebdc
Merge pull request #618 from F4FXL/AX25_FM
...
Fix FM buffer underrun
2020-07-06 19:01:58 +01:00
Geoffrey Merck
009f50a913
Write FM_EOT as uint
2020-07-06 19:52:16 +02:00
Geoffrey Merck
4d6f64a51e
Write FM control length as integer, since we always read it as int
2020-07-06 19:44:55 +02:00