Commit graph

1752 commits

Author SHA1 Message Date
jgromes
c8be48fd58
[SX126x] Fixed receive always failing after timeout 2022-11-15 15:10:14 +01:00
jgromes
befd4a9b60
Bump version to 5.4.1 2022-11-15 15:10:14 +01:00
jgromes
fd7d2d553a
[SX126x] Skip SPI verification during block calibration (#583) 2022-11-15 15:10:14 +01:00
jgromes
f2a86b8457
[Pager] Reworked logic to workaround linker error on MegaCore (CI_BUILD_ALL) 2022-11-15 15:10:14 +01:00
jgromes
ae3d12a220
[SX126x] Removed extra newline (CI_BUILD_ALL) 2022-11-15 15:10:13 +01:00
jgromes
4ea15d23c7
[Pager] Fixed strncpy length 2022-11-15 15:10:13 +01:00
jgromes
4059fa6a8d
Fixed pulseIn on mbed platforms (CI_BUILD_ALL) 2022-11-15 15:10:13 +01:00
jgromes
63f358d4b5
Bump version to 5.4.0 2022-11-15 15:10:13 +01:00
jgromes
640ca1a81e
Added missing keyword 2022-11-15 15:10:13 +01:00
jgromes
9df11012a9
[SX128x] Added post-transaction error checking 2022-11-15 15:10:12 +01:00
jgromes
281a2f7f4b
[SX126x] Fixed RTC control register address (#575) 2022-11-15 15:10:12 +01:00
jgromes
b9ae64615c
[SX126x] Added post-transaction error checking (#575) 2022-11-15 15:10:12 +01:00
jgromes
d0808ef66b
[Pager] Fixed narrow type comparison 2022-11-15 15:10:12 +01:00
jgromes
6062d4850b
Added missing link 2022-11-15 15:10:12 +01:00
jgromes
b6f5bed95e
Added POCSAG to the list of supported protocols 2022-11-15 15:10:12 +01:00
jgromes
5b55249f0f
[nRF24] Fixed interface for PhysicalLayer 2022-11-15 15:10:09 +01:00
jgromes
a4fdef10c1
[SX128x] Fixed setBitRate compatibility with PhysicalLayer 2022-11-15 15:04:47 +01:00
jgromes
fe36839886
[SX126x] Added missing setFrequency implementation for PhysicalLayer 2022-11-15 15:04:47 +01:00
jgromes
a5ef54fb60
[Pager] Implemented POCSAG (#7) 2022-11-15 15:04:47 +01:00
jgromes
8c2e8a4831
[MOD] Fixed signed/unsigned comparison warning 2022-11-15 15:04:47 +01:00
jgromes
d2b29dfa58
[PHY] Suppress unused arguments 2022-11-15 15:04:46 +01:00
jgromes
bdce884e55
[SX128x] Added finishTransmit 2022-11-15 15:04:46 +01:00
jgromes
c7058d17b3
[RF69] Added finishTransmit 2022-11-15 15:04:46 +01:00
jgromes
82272e983c
[nRF24] Added finishTransmit 2022-11-15 15:04:46 +01:00
jgromes
2bb07e2396
[Si443x] Added finishTransmit 2022-11-15 15:04:46 +01:00
jgromes
56b046b7f6
[SX127x] Added finishTransmit (#571) 2022-11-15 15:04:45 +01:00
jgromes
ff2287a7c4
[SX126x] Added finishTransmit 2022-11-15 15:04:45 +01:00
jgromes
a3c1a1ae38
[CC1101] Added finishTransmit 2022-11-15 15:04:45 +01:00
jgromes
867e8a9863
[PHY] Added finishTransmit 2022-11-15 15:04:45 +01:00
jgromes
5ce259245d
[SX127x] Fixed software timeout logic 2022-11-15 15:04:45 +01:00
jgromes
0489c7f815
[SX127x] Added software timeout when using blocking receive without DIO1 (#566) 2022-11-15 15:04:44 +01:00
jgromes
35b87c900d
[SX127x] Definition fixes suggested by @MrSniffer 2022-11-15 15:04:44 +01:00
Federico Maggi
3b31f602b0
- Remove comments
Signed-off-by: Federico Maggi <federico.maggi@gmail.com>
2022-09-03 07:56:53 +02:00
Federico Maggi
d5e5b7a0ae
- Removed comments
Signed-off-by: Federico Maggi <federico.maggi@gmail.com>
2022-09-03 07:56:41 +02:00
ResistanceIsUseless
b8a623a134 fixed typos 2022-09-01 20:58:15 -07:00
ResistanceIsUseless
6c4ea1e1c4 adding RFQuack changes 2022-09-01 14:57:58 -07:00
Jan Gromeš
1bd9409bcf
Merge pull request #561 from obones/setRSSIThreshold
Introduce the setRSSIThreshold method
2022-08-25 19:28:20 +02:00
obones
40599baef1 Use the RADIOLIB_CHECK_RANGE macro along with proper lower value (it has to be negative) 2022-08-25 10:39:21 +02:00
obones
a7b42b61b2 Use a better name for the parameter so that it is clear that it's dBm that are expected here 2022-08-24 15:38:12 +02:00
obones
9a76aa1c84 Introduce setRSSIThreshold on SX127x modules 2022-08-24 15:05:20 +02:00
OBones
fd3b165bf0 Introduce setRSSIThreshold on RF69 modules 2022-08-23 17:41:37 +02:00
jgromes
bedbf7bb94 [RFM9x] Fixed missing default argument for beginFSK (#553) 2022-08-20 19:01:24 +02:00
jgromes
30cb7c8dd4 [APRS] Added Mic-E (#430) 2022-08-20 18:14:13 +02:00
jgromes
a8c079f85e [MOD] Fixed hexdump printing when length is not divisible by 16 2022-08-18 20:48:51 +02:00
jgromes
da0993a6ed Added RADIOLIB_EXCLUDE_DIRECT_RECEIVE exclusion macro (#557) 2022-08-15 19:19:59 +02:00
jgromes
ec94177c2a [MOD] Cache tone value on ESP32 (#553) 2022-08-09 20:20:19 +02:00
jgromes
4a637b44f1 [Morse] Fixed bug in decoder logic 2022-08-07 10:21:07 +02:00
jgromes
655dfaae45 Added missing pulsein callback set 2022-08-07 09:57:41 +02:00
Jan Gromeš
4a4e6f89a3
Merge pull request #554 from majbthrd/noarduino
remedy Module when RADIOLIB_BUILD_ARDUINO is not defined
2022-08-06 11:38:06 +02:00
Peter Lawrence
4bdec52f88 remedy Module when RADIOLIB_BUILD_ARDUINO is not defined 2022-08-04 17:46:58 -05:00