Commit graph

132 commits

Author SHA1 Message Date
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
jgromes
dc4c588bae [HTTP] Fixed exclusion macros 2020-07-04 21:18:49 +02:00
jgromes
152d3d3da3 [AX25] Fixed exclusion macros 2020-07-04 21:18:40 +02:00
jgromes
4ca26f6e47 [AFSK] Fixed exclusion macros 2020-07-04 21:18:31 +02:00
jgromes
91de2e1eeb [SSTV] Moved method back to .cpp file 2020-07-04 15:43:06 +02:00
jgromes
c429563deb [PHY] Fixes from cppcheck scan 2020-07-04 15:42:41 +02:00
jgromes
b611cf3a9c [Morse] Fixes from cppcheck scan 2020-07-04 15:34:06 +02:00
jgromes
cb0cf75c99 [MQTT] Fixes from cppcheck scan 2020-07-04 15:32:32 +02:00
jgromes
f394912c92 [HTTP] Fixes from cppcheck scan 2020-07-04 15:29:37 +02:00
jgromes
0c7f597b7f [Hell] Made ctors explicit 2020-07-04 15:28:02 +02:00
jgromes
02bb36e1af [Hell] Fixes from cppcheck scan 2020-07-04 15:26:55 +02:00
jgromes
36d4167161 [AX25] Fixes from cppcheck scan 2020-07-04 15:23:57 +02:00
jgromes
d066f616b1 [RTTY] Fixes from cppcheck scan 2020-07-04 13:18:48 +02:00
jgromes
be585bbf78 [SSTV] Fixes from cppcheck scan 2020-07-04 13:18:24 +02:00
jgromes
b67060e424 [AX25] Fixed uninitialized array 2020-07-04 12:18:02 +02:00
jgromes
10f11aac88 [SSTV] Reworked driver exclusion 2020-06-30 10:46:04 +02:00