Commit graph

187 commits

Author SHA1 Message Date
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
jgromes
76dd718146 [PHY] Added data shaping and encoding interface methods 2020-02-11 14:28:10 +01:00
jgromes
318de480ab Reworked PhysicalLayer to accept frequency step directly 2020-02-07 18:31:51 +01:00
jgromes
41f4848b9e [Morse] Formatting fixes, added missing symbol space 2019-12-23 14:25:34 +01:00
Marco Campinoti
4272b0ff30
Reorganized morsecode symbols array and updated the MorseClient::write(uint8_t b) method
The whole idea was taken from the CubeSat way of doing morsecode,
2019-12-22 22:07:46 +01:00
jgromes
915f3780cc Reworked directory structure 2019-11-20 17:19:15 +01:00
jgromes
2fc641449a Implemented god mode 2019-11-20 16:55:11 +01:00
jgromes
cd1c799a64 Updated macro names 2019-11-20 16:22:50 +01:00
jgromes
a3c46d0056 [RTTY] Fixed incorrect type 2019-11-17 10:07:23 +01:00
jgromes
adcde6fb6c Added option to use only static allocations 2019-09-28 12:49:44 +02:00
jgromes
c093d34c91 Updated debug macros 2019-09-28 10:30:50 +02:00
jgromes
4eef30a2a4 [HTTP] Fixed incorrect string length 2019-09-09 10:04:07 +02:00
jgromes
11dc4be0ec [RTTY] Fixed ITA2 encoding 2019-07-26 20:06:12 +02:00
jgromes
c43ba03d7d [HTTP] Fixed memory leak 2019-07-23 20:22:35 +02:00
jgromes
c72ad019f4 [SX127x] Sync with LoRaLib 8.1.0 2019-06-16 14:33:26 +02:00
jgromes
b3f228e207 [RTTY] Moved ITA2 code table to flash 2019-06-02 13:39:10 +02:00
jgromes
7d141fbbc2 [Morse] Moved Morse code table to flash 2019-06-02 13:38:46 +02:00
jgromes
6ea5c62316 [Morse] Removed unnecessary Serial output 2019-06-01 20:48:12 +02:00
jgromes
98259c0e3f [PHY] Fixed incorrect parameter name 2019-06-01 20:47:45 +02:00
jgromes
140de0dd57 [RTTY] Changed parameter types 2019-06-01 20:47:28 +02:00
jgromes
79f1560d41 [Morse] Automatically turn off transmitter 2019-05-28 19:24:07 +02:00
jgromes
9582fd186e [RTTY] Automatically turn off transmitter 2019-05-28 19:23:46 +02:00
jgromes
f2c1895cdb [PHY] Added standby 2019-05-28 19:22:42 +02:00
jgromes
fd4da5771c [Morse] Added support for Arduino flash strings 2019-05-28 12:43:04 +02:00