jgromes
b8d83c8792
[RTTY] Force mask type
2020-09-12 13:53:28 +02:00
jgromes
3c25c76b9b
[RTTY] Fixed CodeQL alerts
2020-09-12 13:47:39 +02:00
jgromes
b650d15f76
[SX127x] Fixed CodeQL alerts
2020-09-12 13:45:53 +02:00
jgromes
ffe1c38c1f
[XBee] Fixed CodeQL alerts
2020-09-12 13:45:08 +02:00
jgromes
f17b1d413a
[AX25] Fixed CodeQL alerts
2020-09-12 13:44:05 +02:00
jgromes
b337b5e22f
[AX25] Replaced constant with macro
2020-09-12 13:41:45 +02:00
jgromes
5cba6a2c17
Bump version to 4.0.3
2020-08-23 17:05:42 +02:00
jgromes
0f62d85893
[SX127x] Added missing beginFSK overrides for SX1276/77/79
2020-08-22 08:47:53 +02:00
jgromes
3a89519127
Removed references to unused SoftwareSerial-only methods ( #175 )
2020-08-22 08:05:41 +02:00
Jan Gromeš
20193b784e
[RF69] Disabled SPI verification when writing frequency regs ( #162 )
2020-08-12 05:28:51 +02:00
jgromes
db234a16af
[SX127x] Fixed packet length mode not checked correctly ( #174 )
2020-08-07 17:46:13 +02:00
jgromes
d7a620c8ea
[SX1272] Fixed incorrect FSK/OOK modulation check
2020-08-07 17:45:39 +02:00
jgromes
1a2d280024
Bump version to 4.0.2
2020-08-01 16:49:53 +02:00
jgromes
5eeba8fe51
[SSTV] Added Module overrides for all Arduino core functions
2020-08-01 16:36:31 +02:00
jgromes
f15cc19577
[RTTY] Added Module overrides for all Arduino core functions
2020-08-01 16:36:25 +02:00
jgromes
cc06be04de
[PHY] Added Module overrides for all Arduino core functions
2020-08-01 16:36:18 +02:00
jgromes
182a9688cb
[Morse] Added Module overrides for all Arduino core functions
2020-08-01 16:36:11 +02:00
jgromes
e965072092
[Hell] Added Module overrides for all Arduino core functions
2020-08-01 16:36:02 +02:00
jgromes
172e60cd47
[HTTP] Added Module overrides for all Arduino core functions
2020-08-01 16:35:51 +02:00
jgromes
50dd6fce0c
[AX25] Added Module overrides for all Arduino core functions
2020-08-01 16:35:43 +02:00
jgromes
3bbe84a899
[nRF24] Added Module overrides for all Arduino core functions
2020-08-01 16:35:11 +02:00
jgromes
123b2f507f
[XBee] Added Module overrides for all Arduino core functions
2020-08-01 16:35:00 +02:00
jgromes
41069d0848
[Si443x] Added Module overrides for all Arduino core functions
2020-08-01 16:34:52 +02:00
jgromes
2aeffd914f
[SX128x] Added Module overrides for all Arduino core functions
2020-08-01 16:34:44 +02:00
jgromes
6ff84d7b23
[SX127x] Added Module overrides for all Arduino core functions
2020-08-01 16:34:37 +02:00
jgromes
882ec98563
[SX126x] Added Module overrides for all Arduino core functions
2020-08-01 16:34:27 +02:00
jgromes
71045e829b
[SX1231] Added Module overrides for all Arduino core functions
2020-08-01 16:34:19 +02:00
jgromes
866e3c4c86
[RF69] Added Module overrides for all Arduino core functions
2020-08-01 16:34:12 +02:00
jgromes
67239551b0
[ESP8266] Added Module overrides for all Arduino core functions
2020-08-01 16:34:06 +02:00
jgromes
259b82a006
[CC1101] Added Module overrides for all Arduino core functions
2020-08-01 16:33:58 +02:00
jgromes
59c44d3883
Added Module overrides for all Arduino core functions
2020-08-01 16:33:25 +02:00
jgromes
febeba23e0
Added progmem macros
2020-08-01 16:32:24 +02:00
jgromes
892bd48963
[CC1101] Fixed SPI commands always using default SPI ( #173 )
2020-07-25 16:15:05 +02:00
jgromes
3c7dfa632b
[CC1101] Fixed incorrect default Rx bandwidth in doxygen
2020-07-19 18:08:48 +02:00
jgromes
9432e3d1c3
[RF69] Fixed inverted check ( #167 )
2020-07-18 07:09:44 +02:00
jgromes
8d92a5f402
[CC1101] Fixed inverted check ( #167 )
2020-07-18 07:09:33 +02:00
halfbakery
d934e61777
[SX127x] Dio1Action precondition checks were inverted
2020-07-17 22:55:11 +02:00
jgromes
44dc0a4ea3
[Si443x] Fixed bit range and timeout on some modules ( #165 )
2020-07-17 17:28:29 +02:00
Jan Gromeš
a525c40e55
[Si443x] Added tolerance to float comparison ( #165 )
2020-07-16 17:55:43 +02:00
Federico Maggi
7535faad32
Fixed conflicts
2020-07-14 15:50:55 +02:00
Federico Maggi
02d8b336ab
Merged with upstream
2020-07-14 10:42:10 +02:00
Federico Maggi
e7a7d5fef5
Merge branch 'master' of github.com:rfquack/RadioLib
...
* 'master' of github.com:rfquack/RadioLib: (135 commits)
[CC1101] Added bitrate caching.
[nRF24] Removed ambiguity, PR #119
[nRF24] Minor fixes
[nRF24] Added "isCarrierDetected()"
Bump version to 3.3.1
[SX127x] Set OOK parameter before setting the bitrate to avoid reading undefined variable
[Module] Fixed incorrect arguments
[Module] Fixed interface termination
[SX1231] Removed old call to SPI end
[RF69] Removed old call to SPI end
[CC1101] Removed old call to SPI end
[CC1101] Removed redundant null terminator
[nRF24] Removed redundant null terminator
[RF69] Removed redundant null terminator
[CC1101] Requested changes PR #114
[CC1101] Fixed interrupt direction. Tested: CC1101_Receive, CC1101_Receive_Interrupt, CC1101_Transmit, CC1101_Transmit_Interrupt
[CC1101] Receive up to 255 bytes
[CC1101] Transmit up to 255 bytes
[CC1101] Added carrier sense as sync word qualifier
[CC1101] Update cached len value.
...
2020-07-14 10:35:22 +02:00
Federico Maggi
535bce9ac7
Added space
2020-07-14 10:27:47 +02:00
jgromes
4e943b5437
[RTTY] Added Doxygen TODOs
2020-07-10 08:51:51 +02:00
jgromes
735db87bb3
[MQTT] Added Doxygen TODOs
2020-07-10 08:51:43 +02:00
jgromes
29d24c916b
[XBee] Added Doxygen TODOs
2020-07-10 08:51:37 +02:00
jgromes
6c3dff4935
[Si443x] Added Doxygen TODOs
2020-07-10 08:51:30 +02:00
jgromes
a1583487b0
[SX128x] Added Doxygen TODOs
2020-07-10 08:51:23 +02:00
jgromes
6452ea401f
[SX127x] Added Doxygen TODOs
2020-07-10 08:51:16 +02:00
jgromes
e97755a68b
[SX126x] Added Doxygen TODO
2020-07-10 08:51:05 +02:00