Commit graph

197 commits

Author SHA1 Message Date
jgromes
730abc0903 [Hell] Fixed comma direction (#384) 2021-10-10 09:00:27 +02:00
jgromes
6cd7c8efdc [Hell] Fixed comma bitmap (#384) 2021-10-09 09:55:36 +02:00
jgromes
aa1b84ce1c [AX25] Fixed extension bits and repeater callsigns 2021-09-28 21:33:02 +02:00
jgromes
2125dfe276 [PHY] Added option to disable sync word matching (#337) 2021-09-26 17:45:35 +02:00
jgromes
b46d9f8e59 [FSK4] Formatting fixes 2021-09-24 08:58:48 +02:00
jgromes
f099a075e0 [AFSK] Added FSK4 friend class 2021-09-24 08:58:32 +02:00
Jan Gromeš
202c71c5b2
Merge pull request #373 from darksidelemm/fsk4
Fsk4
2021-09-24 08:49:59 +02:00
jgromes
9bd17bdb4c [RTTY] Remove call to standby after each byte (#306) 2021-09-23 09:54:48 +02:00
jgromes
6460d566cd [AX.25] Added option to adjust audio frequencies (#346) 2021-09-05 16:04:14 +02:00
jgromes
c843680e07 [PHY] Fixed negative random numbers (#328) 2021-07-18 10:19:07 +02:00
jgromes
d645f5ab73 [PHY] Renamed TRNG method 2021-07-18 10:17:19 +02:00
jgromes
c8be880f95 [PHY] Fixed pin type 2021-06-14 21:08:34 +02:00
jgromes
7690298d25 [PHY] Added direct reception support 2021-06-14 20:59:38 +02:00
jgromes
5c0b4dbb10 Extract common bit reflection methods 2021-06-14 20:59:16 +02:00
Mark Jessop
2de09e1b0a Added FSK4 protocol, compatible with Horus Binary 4FSK modulation 2021-05-31 21:16:38 +09:30
jgromes
17f5397652 [RTTY] Fixed code scan alert 2021-04-15 08:13:16 +02:00
jgromes
99386beec7 [RTTY] Fixed dynamic memory issue with ITA2Strings (#278) 2021-04-14 19:24:03 +02:00
jgromes
7ecd56d2ca [PHY] Disable shaping in startDirect 2021-02-13 17:43:28 +01:00
jgromes
0a44fa065d [SSTV] Use startDirect from PHY 2021-02-13 17:43:10 +01:00
jgromes
0c497c39a7 [RTTY] Use startDirect from PHY 2021-02-13 17:43:05 +01:00
jgromes
8a293cbaab [Morse] Use startDirect from PHY 2021-02-13 17:42:55 +01:00
jgromes
98970be860 [Hell] Use startDirect from PHY 2021-02-13 17:42:49 +01:00
jgromes
e4e540a390 [AX25] Use startDirect from PHY 2021-02-13 17:42:42 +01:00
jgromes
85ba05c1f8 [AFSK] Added begin method 2021-02-13 15:44:15 +01:00
jgromes
1a2d66305d [PHY] Added method to set direct mode parameters (#177) 2021-02-13 15:43:16 +01:00
Jan Gromeš
9b5eed83d2
[RTTY] Fixed idle (#195) 2020-11-05 21:29:41 +01:00
jgromes
e7fb555192 [PHY] Added TRNG support (#178) 2020-09-13 17:52:40 +02:00
jgromes
b8d83c8792 [RTTY] Force mask type 2020-09-12 13:53:28 +02:00
jgromes
3c25c76b9b [RTTY] Fixed CodeQL alerts 2020-09-12 13:47:39 +02:00
jgromes
f17b1d413a [AX25] Fixed CodeQL alerts 2020-09-12 13:44:05 +02:00
jgromes
b337b5e22f [AX25] Replaced constant with macro 2020-09-12 13:41:45 +02:00
jgromes
5eeba8fe51 [SSTV] Added Module overrides for all Arduino core functions 2020-08-01 16:36:31 +02:00
jgromes
f15cc19577 [RTTY] Added Module overrides for all Arduino core functions 2020-08-01 16:36:25 +02:00
jgromes
cc06be04de [PHY] Added Module overrides for all Arduino core functions 2020-08-01 16:36:18 +02:00
jgromes
182a9688cb [Morse] Added Module overrides for all Arduino core functions 2020-08-01 16:36:11 +02:00
jgromes
e965072092 [Hell] Added Module overrides for all Arduino core functions 2020-08-01 16:36:02 +02:00
jgromes
172e60cd47 [HTTP] Added Module overrides for all Arduino core functions 2020-08-01 16:35:51 +02:00
jgromes
50dd6fce0c [AX25] Added Module overrides for all Arduino core functions 2020-08-01 16:35:43 +02:00
jgromes
4e943b5437 [RTTY] Added Doxygen TODOs 2020-07-10 08:51:51 +02:00
jgromes
735db87bb3 [MQTT] Added Doxygen TODOs 2020-07-10 08:51:43 +02:00
jgromes
eabbf9e5af [TL] Changed type to size_t 2020-07-06 17:16:53 +02:00
jgromes
a437e25968 [PHY] Changed shaping datatype to uint8_t 2020-07-06 08:53:40 +02:00
jgromes
e1990e460d [AX25] Added copy ctor and assignment operator 2020-07-05 10:05:46 +02:00
jgromes
e89e8a053a [AFSK] Using init list 2020-07-05 10:03:57 +02:00
jgromes
0dd3e347a0 [MQTT] Implemented remaining length decoding 2020-07-05 09:59:40 +02:00
jgromes
a5db0c02bf [SSTV] Fixed exclusion macros 2020-07-04 21:19:30 +02:00
jgromes
dabac56cc4 [RTTY] Fixed exclusion macros 2020-07-04 21:19:23 +02:00
jgromes
27471fd788 [Morse] Fixed exclusion macros 2020-07-04 21:19:16 +02:00
jgromes
55845fe3d7 [MQTT] Fixed exclusion macros 2020-07-04 21:19:10 +02:00
jgromes
e23f095585 [Hell] Fixed exclusion macros 2020-07-04 21:19:00 +02:00