Wykres commitów

1841 Commity (ax5x43)

Autor SHA1 Wiadomość Data
jgromes 37f3f138ea Bump version to 5.4.0 2022-10-01 23:01:45 +02:00
jgromes 9a55aa8494 Added missing keyword 2022-10-01 23:01:05 +02:00
jgromes fc3a85abf9 [SX128x] Added post-transaction error checking 2022-10-01 22:54:36 +02:00
jgromes e31bcd315b [SX126x] Fixed RTC control register address (#575) 2022-10-01 22:46:50 +02:00
jgromes 3bdc8963a4 [SX126x] Added post-transaction error checking (#575) 2022-10-01 22:46:17 +02:00
jgromes 3baa4bd80f [Pager] Fixed narrow type comparison 2022-10-01 16:11:07 +02:00
jgromes afcbfa9a21 Added missing link 2022-10-01 16:08:28 +02:00
jgromes 09c418ab43 Added POCSAG to the list of supported protocols 2022-10-01 16:04:24 +02:00
jgromes 1507933475 [nRF24] Fixed interface for PhysicalLayer 2022-10-01 15:29:29 +02:00
jgromes e5fe82f334 [SX128x] Fixed setBitRate compatibility with PhysicalLayer 2022-10-01 15:16:01 +02:00
jgromes 972e651f4f [SX126x] Added missing setFrequency implementation for PhysicalLayer 2022-10-01 15:06:09 +02:00
jgromes 1f75ee0cc1 [Pager] Implemented POCSAG (#7) 2022-10-01 14:56:37 +02:00
jgromes 2980d8dbf1 [MOD] Fixed signed/unsigned comparison warning 2022-09-18 16:20:16 +02:00
jgromes a1aa52cbea [PHY] Suppress unused arguments 2022-09-18 16:18:56 +02:00
jgromes 0b5cd51828 [SX128x] Added finishTransmit 2022-09-18 16:15:07 +02:00
jgromes 8a81a7c827 [RF69] Added finishTransmit 2022-09-18 16:14:42 +02:00
jgromes 598982c782 [nRF24] Added finishTransmit 2022-09-18 16:14:19 +02:00
jgromes 733835e9ba [Si443x] Added finishTransmit 2022-09-18 16:14:04 +02:00
jgromes 0d72dd2ac3 [SX127x] Added finishTransmit (#571) 2022-09-18 16:13:39 +02:00
jgromes 0ae6eae4d9 [SX126x] Added finishTransmit 2022-09-18 16:12:53 +02:00
jgromes 9dff4e709e [CC1101] Added finishTransmit 2022-09-18 16:12:03 +02:00
jgromes 9db64292c4 [PHY] Added finishTransmit 2022-09-18 16:10:54 +02:00
jgromes e1d4c2094b [SX127x] Fixed software timeout logic 2022-09-18 15:42:06 +02:00
jgromes cb5fd16710 [SX127x] Added software timeout when using blocking receive without DIO1 (#566) 2022-09-18 15:07:57 +02:00
jgromes ffb2c15a50 [SX127x] Definition fixes suggested by @MrSniffer 2022-09-17 19:47:09 +02: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
jgromes 8675f13e5d [Morse] Added basic Morse receive support (#545) CI_BUILD_ALL 2022-07-30 08:53:57 +02:00
jgromes 8768900767 [Morse] Added Morse transmit AM example 2022-07-30 08:52:09 +02:00
jgromes 7735cffb62 [Morse] Reworked example naming 2022-07-30 08:51:44 +02:00
jgromes 356f1ef2fd Fixed compatibility with STM32 core >2.0.0 (#549) 2022-07-24 19:59:14 +02:00
jgromes ae7065da7b Bump version to 5.3.0 2022-07-17 10:14:24 +02:00
Jan Gromeš 80950a1c22
Merge pull request #546 from NorthernMan54/master
Tweaks for async direct mode usage with rtl_433_ESP
2022-07-17 10:12:41 +02:00
Northern Man a74c0536b8 Tweaks for async direct mode usage with rtl_433_ESP 2022-07-16 21:50:33 -04:00
Jan Gromeš 96f2e34e09
Merge pull request #542 from obones/setDIOMapping
Introduce the setDIOMapping method
2022-07-13 23:04:48 +02:00
obones 0b2238a0a4 The SX127x family of chips shares the same DIO pin functions, so move all the support code in the base SX127x class 2022-07-13 10:05:45 +02:00
jgromes 60aa0098b3 [RF69][SX1231] Added Stream support (#201) 2022-07-10 20:41:11 +02:00
jgromes 31da00649c [SX127x] Added missing cast 2022-07-10 20:35:49 +02:00