Commit graph

210 commits

Author SHA1 Message Date
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
jgromes
80fa8ba99d [RTTY] Reworked driver exclusion 2020-06-30 10:45:52 +02:00
jgromes
e5437deae2 [Morse] Reworked driver exclusion 2020-06-30 10:45:45 +02:00
jgromes
7a22cbfd4d [MQTT] Reworked driver exclusion 2020-06-30 10:45:35 +02:00
jgromes
d032015e31 [Hell] Reworked driver exclusion 2020-06-30 10:45:28 +02:00
jgromes
fc21a1d501 [HTTP] Reworked driver exclusion 2020-06-30 10:45:11 +02:00
jgromes
55ebbc3488 [AX25] Reworked driver exclusion 2020-06-30 10:45:00 +02:00
jgromes
6f6ff7d637 [AFSK] Reworked driver exclusion 2020-06-30 10:44:48 +02:00
jgromes
79d8ff2ca0 [AFSK] Added check for zero tone frequency 2020-05-03 11:04:51 +02:00
jgromes
0a07f22e93 [SSTV] Added AFSK support 2020-04-30 17:11:24 +02:00
jgromes
f7f81cd41e [RTTY] Added AFSK support 2020-04-30 17:11:09 +02:00
jgromes
0a705f5bb9 [Morse] Added AFSK support 2020-04-30 17:10:54 +02:00
jgromes
21c0703383 [Hell] Added AFSK support 2020-04-30 17:10:37 +02:00
jgromes
ed69931041 [AX25] Added AFSK support 2020-04-30 17:10:21 +02:00
jgromes
072e4288c9 [AFSK] Added AFSK support (#139) 2020-04-30 17:09:25 +02:00
jgromes
6f0989993e [HTTP] Replaced itoa() with sprintf() 2020-04-22 14:55:23 +02:00
jgromes
abad47bdae [Hell] Added Hellschreiber support 2020-04-14 09:33:39 +02:00
jgromes
34559fdee3 [SSTV] Added missing calls to yield 2020-04-01 14:02:25 +02:00
jgromes
8701492959 [RTTY] Added missing calls to yield 2020-04-01 14:02:16 +02:00
jgromes
b731b60852 [SSTV] Added missing Doxygen comments 2020-03-31 18:02:51 +02:00
jgromes
c39c4f6b0d [SSTV] Added SSTV support 2020-03-31 17:31:10 +02:00
jgromes
e68146bcde Added missing Doxygen comments 2020-02-14 08:39:10 +01:00
jgromes
ddb478afff [AX25] Added AX.25 support 2020-02-14 08:08:59 +01:00