Commit graph

197 commits

Author SHA1 Message Date
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
jgromes
9f382f6406 [RTTY] Added support for Arduino flash strings 2019-05-26 10:26:25 +02:00
jgromes
ed3eeb0559 [PHY] Added support for Arduino flash strings 2019-05-25 18:47:36 +02:00
jgromes
971664fa9d [Morse] Hide structure from Doxygen 2019-05-24 19:06:14 +02:00
jgromes
e5b6fd849c [TRA] Added Doxygen comments 2019-05-24 18:51:26 +02:00
jgromes
3e6a780c4b [RTTY] Added Doxygen comments 2019-05-24 18:51:07 +02:00
jgromes
0ea2cf1596 [PHY] Added Doxygen comments 2019-05-24 18:50:56 +02:00
jgromes
8d60e01adc [Morse] Added Doxygen comments 2019-05-24 18:49:40 +02:00
jgromes
8eaa4f5627 [MQTT] Added Doxygen comments 2019-05-24 18:49:26 +02:00
jgromes
d65033666f [HTTP] Added Doxygen comments 2019-05-24 18:49:15 +02:00
jgromes
608dad60c8 [SX127x] Sync with LoRaLib 8.0.4 2019-05-18 12:17:25 +02:00
jgromes
5c48ed73b6 [MQTT] Added Arduino String overload 2019-02-23 10:50:35 +01:00
jgromes
9e720f56c5 [HTTP] Added GET overload for Arduino String 2019-02-23 09:37:22 +01:00
jgromes
6cd5419a9e [RTTY] Changed ITA2 character table to static 2019-02-09 09:39:22 +01:00
jgromes
344afee97a [Morse] Added support for Morse code transmissions 2019-02-09 09:38:50 +01:00
jgromes
2101203d07 Changed name to RadioLib 2019-02-08 15:58:29 +01:00
jgromes
bd2596efac [SX127x] Sync with LoRaLib v7.1.1 2019-01-13 19:44:16 +01:00
jgromes
46a3ee4a24 [RTTY] Added support for CC1101 (#4) 2018-12-26 11:19:30 +01:00
jgromes
3f287d36a6 [RTTY] Improved speed when sending numbers 2018-10-07 12:13:27 +02:00
jgromes
a13b4f9537 [RTTY] Simplified transmission encoding configuration 2018-10-02 20:46:52 +02:00
jgromes
8562b7a71e [RTTY] String encoding based on number of data bits 2018-10-02 16:00:39 +02:00
jgromes
f6f2215a7d [RTTY] Added support for ITA2-encoded numbers 2018-10-01 19:25:52 +02:00
jgromes
91de1e2b9a [RTTY] Added support for ITA2 print and println 2018-09-29 08:08:15 +02:00
Jan Gromeš
4fecd8c073 [RTTY] Added support for ITA2 encoding 2018-09-11 11:24:56 +02:00
Jan Gromeš
8165f8107b [SX127x] Sync with LoRaLib v6.0.0 2018-09-04 19:52:27 +02:00
Jan Gromeš
b4ac09270c [RTTY] Added support for variable number of data bits 2018-08-26 08:27:55 +02:00
Jan Gromeš
70be6df935 [RTTY] Renamed leadIn method to idle 2018-08-23 09:21:05 +02:00
Jan Gromeš
56efcc10da [SX127x] Removed forgotten debug output 2018-08-22 13:58:47 +02:00
Jan Gromeš
990e03fedd [SX127x] Implemented all Arduino Serial class methods into RTTY 2018-08-22 13:58:05 +02:00
Jan Gromeš
f4344af3c5 [RTTY] Implemented basic RTTY support 2018-08-20 20:42:14 +02:00
Jan Gromeš
c8aa9f57fd [SX127x] Sync with LoRaLib v5.2.1 2018-08-20 20:18:48 +02:00
Jan Gromeš
0e37d600ad HTTP - reworked status codes 2018-07-23 12:41:24 +02:00
Jan Gromeš
83794c9b64 MQTT - reworked status codes 2018-07-23 12:40:27 +02:00
Jan Gromeš
8fb0991061 TCP - reworked status codes 2018-07-23 12:40:16 +02:00
Jan Gromeš
8770d82534 MQTT - Updated comments 2018-07-11 17:40:25 +02:00
Jan Gromeš
d9c553f7d0 HTTP - Updated comments 2018-07-11 17:39:23 +02:00
Jan Gromeš
2926f11620 ESP8266 - Updated comments 2018-07-11 17:38:56 +02:00
Jan Gromeš
b8f93c5077 ESP8266 - Extracted MQTT and HTTP code into specific classes 2018-07-11 13:43:54 +02:00