Commit graph

758 commits

Author SHA1 Message Date
jgromes
1fa483f98b [SX1231] Lowered findChip delay to 10 ms 2020-05-01 20:53:15 +02:00
jgromes
9119020d0d [Si443x] Lowered findChip delay to 10 ms 2020-05-01 20:53:08 +02:00
jgromes
305d880926 [Xbee] Lowered findChip delay to 10 ms 2020-05-01 20:52:59 +02:00
jgromes
601f6324e4 [SX128x] Fixed unitialized variable warning 2020-05-01 20:26:53 +02:00
Jan Gromeš
2b8a5e2ecf
Merge pull request #142 from meshtastic/probe
when probing for sx127xs don't wait so long between attempts.
2020-05-01 20:04:15 +02:00
geeksville
2c31adc401 Set the min/max ranges per the Semtech SX1278/SX1276 datasheet 2020-05-01 09:18:37 -07:00
geeksville
e070cf9ef4 No reason to wait 1s between probes (for a 4MHz spi bus). Change
to 10ms so probing for parts doesn't slow our boot so much.
2020-05-01 09:17:26 -07:00
jgromes
eccf6e3865 [ESP8266] Fixed format overflow warning 2020-05-01 13:50:29 +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
6215330858 Added tone support 2020-04-30 17:07:28 +02:00
jgromes
26ff33a8ac Added support for Roger Clark's STM32duino core TRAVIS_FORCE_BUILD 2020-04-22 15:00:44 +02:00
jgromes
332a981c23 [CC1101] Changed interrupt pin macro 2020-04-22 14:59:17 +02:00
jgromes
75cc351714 Added platform name printing in debug mpde 2020-04-22 14:58:47 +02:00
jgromes
2eb3df5c89 Added interrupt pin status macro 2020-04-22 14:57:51 +02:00
jgromes
6f0989993e [HTTP] Replaced itoa() with sprintf() 2020-04-22 14:55:23 +02:00
jgromes
271f5bd62c [ESP8266] Replaced itoa() with sprintf() 2020-04-22 14:55:02 +02:00
jgromes
bd5be7729e [RF69] Extended power configuration (#133) 2020-04-21 12:00:23 +02:00
jgromes
1aef03c473 [SX128x] Added missing BLE modem check 2020-04-17 07:51:29 +02:00
jgromes
dcf31e481d [SX128x] Fixed BLE access address configuration (#135) 2020-04-17 07:51:06 +02:00
jgromes
9f8ec689dd [RF69] Replaced RSSI member variable with getRSSI method 2020-04-14 15:02:33 +02:00
jgromes
e9f879aea6 [SX1231] Fixed typo in debug message 2020-04-14 15:01:39 +02:00
jgromes
976cd8734c Bump version to 3.5.0 2020-04-14 10:59:13 +02:00
jgromes
ebfa2f8e36 [Hell] Added missing link to docs 2020-04-14 10:54:44 +02:00
jgromes
abad47bdae [Hell] Added Hellschreiber support 2020-04-14 09:33:39 +02:00
jgromes
1592831e0c [SX128x] Implemented ranging 2020-04-12 13:47:56 +02:00
jgromes
a355a098e6 [SX128x] Added BLE modem support 2020-04-12 11:32:07 +02:00
jgromes
ff3225cd19 [SX128x] Added FLRC modem support 2020-04-12 11:05:16 +02:00
jgromes
5c0c7f32c3 [SX128x] Set default regulator mode to DC-DC 2020-04-09 12:10:38 +02:00
jgromes
635c008e26 [SX128x] Fixed bug in ToA calculation for non-LoRa modems (#132) 2020-04-09 09:59:31 +02:00
jgromes
f8c9b5d03a [SX128x] Fixed incorrect status code 2020-04-09 09:58:35 +02:00
jgromes
7c9f422e0c [SX128x] Fixed type conflict in max() 2020-04-07 13:42:30 +02:00
jgromes
55ad72e0e0 [SX128x] Added support for SX128x 2020-04-07 13:30:05 +02:00
jgromes
cc90345342 [SX126x] Minor formatting fixes 2020-04-07 13:27:55 +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
6a4fdd9a92 [nRF24] Added missing calls to yield 2020-04-01 14:02:06 +02:00
jgromes
eb71582a96 [XBee] Added missing calls to yield 2020-04-01 14:01:57 +02:00
jgromes
a7c4dd44ce [Si443x] Added missing calls to yield 2020-04-01 14:01:49 +02:00
jgromes
218587b887 [SX127x] Added missing calls to yield 2020-04-01 14:01:41 +02:00
jgromes
a46a1f5f1c [SX126x] Added missing calls to yield 2020-04-01 14:01:27 +02:00
jgromes
901783cf39 [RF69] Added missing calls to yield 2020-04-01 14:01:18 +02:00
jgromes
7fec5e629b [ESP8266] Added missing calls to yield 2020-04-01 14:01:02 +02:00
jgromes
9c0cd464d1 Moved unsupported platform warning to RadioLib.h to only show it once 2020-04-01 10:49:45 +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