Wykres commitów

1859 Commity (eaaac36f286e29c6430819aaa0f5d7dcf041558b)

Autor SHA1 Wiadomość Data
Jan Gromeš 73752ec88a
Merge pull request #629 from IhorNehrutsa/excludes
Fix RADIOLIB_EXCLUDE_APRS, RADIOLIB_EXCLUDE_PAGER
2022-12-01 18:20:39 +01:00
Ihor Nehrutsa 9abb3fd396 Update Pager.cpp 2022-12-01 17:47:42 +02:00
Ihor Nehrutsa ee32b3d82a Update APRS.cpp 2022-12-01 17:47:34 +02:00
Federico Maggi 09669eeb26
[CC1101] Fix `setPromiscuousMode(false)` bug
Signed-off-by: Federico Maggi <federico.maggi@gmail.com>
2022-12-01 13:32:47 +01:00
Federico Maggi 894e912252
[RF69] Fixed setPromiscuousMode(false) corner case
Signed-off-by: Federico Maggi <federico.maggi@gmail.com>
2022-12-01 13:24:42 +01:00
jgromes 7295e9731e [Pager] Fixed default example pins 2022-11-27 20:47:18 +01:00
jgromes f51229ef9a [Pager] Added option to invert frequencies (#7) 2022-11-27 20:47:01 +01:00
Jan Gromeš b9a7116113
Merge pull request #623 from rfquack/master
No bound checks on frequency deviation if ~OOK
2022-11-27 18:36:29 +01:00
Federico Maggi 9422723bb7
[CC1101] Validate freq-dev unless special value 0
Signed-off-by: Federico Maggi <federico.maggi@gmail.com>
2022-11-27 10:20:29 +01:00
Federico Maggi befba28629
No bound checks on frequency deviation if ~FSK 2022-11-26 19:38:36 +01:00
Jan Gromeš 8c37da0720
Merge pull request #614 from rfquack/master
[RF69 & CC1101] Reworked cached parameters into getters
2022-11-21 16:14:05 +01:00
Federico Maggi 05217c095b
- Defined new RADIOLIB_ERR_NULL_POINTER
- all `begin()` now use macros for init values
- addressed other styling comments as per PR#612 review

Signed-off-by: Federico Maggi <federico.maggi@gmail.com>
2022-11-21 09:09:56 +01:00
Federico Maggi 1322796542
[RF69 & CC1101] Reworked cached parameters into getters
Signed-off-by: Federico Maggi <federico.maggi@gmail.com>
2022-11-20 01:35:08 +01:00
jgromes 3fa34b433a Bump version to 5.5.0 2022-11-19 14:20:14 +01:00
jgromes 72ce5dfd93 Reworked macro reporting in debug mode 2022-11-19 14:19:57 +01:00
jgromes 328a3bfedc Merge branch 'master' of https://github.com/jgromes/RadioLib 2022-11-18 18:06:07 +01:00
jgromes 2f0dac1bb7 [SSTV] Added support for interrupt-based timing (#596) 2022-11-18 18:05:42 +01:00
jgromes f69723b96c [Morse] Added support for interrupt-based timing 2022-11-18 17:55:08 +01:00
jgromes e1c217305f [Hell] Added support for interrupt-based timing 2022-11-18 17:39:18 +01:00
jgromes 2bf5297b32 [FSK4] ADded support for interrupt-based timing 2022-11-18 17:24:20 +01:00
jgromes abc7cf179a [AX25] Added support for interrupt-based timing 2022-11-18 17:24:01 +01:00
jgromes 3e64e819c7 [RTTY] Added support for interrupt-based timing 2022-11-18 17:07:01 +01:00
jgromes 5327952af5 Added links to interrupt-based wiki page 2022-11-18 17:06:38 +01:00
jgromes c3d6700e76 [PHY] Added support for interrupt-based timing 2022-11-18 17:04:52 +01:00
jgromes 04357cb306 [MOD] Added support for interrupt-based timing 2022-11-18 17:03:34 +01:00
Jan Gromeš 02619b9c06
Merge pull request #613 from CCChelios/master
Update CC1101_Settings.ino
2022-11-18 15:44:39 +01:00
CCChelios 53f954a179
Update CC1101_Settings.ino 2022-11-18 16:28:42 +03:00
jgromes 355446c43a [FSK4] Added correction method 2022-11-18 13:56:40 +01:00
jgromes 29813352d4 [SSTV] Moved correction factor to its own method 2022-11-18 13:54:12 +01:00
jgromes f942ccaec7 [SX126x] Added option to specify custom CAD parameters 2022-11-18 13:39:51 +01:00
jgromes e02b3f2ce0 [SX126x] Added missing Rx write arguments 2022-11-18 11:35:32 +01:00
Jan Gromeš 555f0216c1
Merge pull request #612 from Amalinda/master
Update SX126x.cpp to configure CAD based on set SF
2022-11-18 11:31:10 +01:00
Amalinda Gamage a7e56800a8
Update SX126x.cpp 2022-11-18 16:08:57 +08:00
Jan Gromeš 5c22c72bd3
Merge pull request #611 from fpistm/cast_issue
fix: wrong cast
2022-11-17 17:51:13 +01:00
Frederic Pillon 1fc9b3a142 fix: wrong cast
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
2022-11-17 16:06:19 +01:00
jgromes feb9aaa227 [SX127x] Added option to keep received data despite CRC error (#610) 2022-11-16 19:21:55 +01:00
jgromes f68bef2877 [PHY] Added option to keep received data despite CRC error 2022-11-16 19:21:52 +01:00
Jan Gromeš 63208f1e89
Merge pull request #609 from caveman99/master
add Portduino as a platform
2022-11-15 14:45:25 +01:00
jgromes a848cf281b [Pager] Added option to retrieve matched address on reception 2022-11-14 21:19:16 +01:00
jgromes 00fc7cd5b9 [Pager] Added optional custom frequnecy shift 2022-11-14 21:18:42 +01:00
Thomas Göttgens 58d744ae7a
Portduino is simulating an UNO WIFI
the same definition works now.
2022-11-14 12:58:46 +01:00
jgromes 4667c26448 [SX128x] Removed slowdown macro (#158) 2022-11-13 22:12:34 +01:00
jgromes b11deda33d [SX126x] Removed slowdown macro (#158) 2022-11-13 22:12:04 +01:00
jgromes a28aff7971 Moved callback generators to the end of Module declaration (#605) 2022-11-13 11:03:05 +01:00
jgromes 5efdeedd67 [SX1262] Fixed allowed output power range (-9 dBm minimum). 2022-11-06 22:51:21 +01:00
jgromes df7d1a99fe [SX126x] Fixed incorrect method called from derived class (#599) 2022-10-31 20:17:05 +01:00
jgromes c9e11d4f37 Fixed some typos 2022-10-28 21:03:20 +02:00
jgromes 1227ea4cd1 [SX127x] Added CAD receive example 2022-10-23 20:41:04 +02:00
jgromes c3fa027108 [SX127x] Fixed CAD interrupt example 2022-10-23 20:40:13 +02:00
jgromes 1316a805f3 [SX127x] Added option to specify interrupt direction for DIO 2022-10-23 20:39:15 +02:00