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
jgromes
7f31cdab8f
Test doxygen TODOs
2020-07-10 08:20:45 +02:00
jgromes
7397a1a957
Bump version to 4.0.1
2020-07-08 19:06:38 +02:00
jgromes
58194483b1
[SX127x] Added methods to manually set LoRa LDRO ( #162 )
2020-07-08 18:52:34 +02:00
jgromes
96405b938d
[SX126x] Added methods to manually set LoRa LDRO
2020-07-08 18:52:08 +02:00
jgromes
760fefaad8
[CC1101] Fixed invalid default Rx bandwidth
2020-07-08 18:00:09 +02:00
jgromes
37a94494b4
Added TODOs
2020-07-06 18:30:36 +02:00
jgromes
8cbbf3d668
[ESP8266] Changed length type to size_t TRAVIS_FORCE_BUILD
2020-07-06 17:28:17 +02:00
jgromes
eabbf9e5af
[TL] Changed type to size_t
2020-07-06 17:16:53 +02:00
jgromes
cdbabdb30d
[SX126x] Fixed unused parameter (TRAVIS_FORCE_BUILD)
2020-07-06 12:37:29 +02:00
jgromes
c9add26cfe
Fixed array as initializer (illegal pre-C++11)
2020-07-06 12:36:19 +02:00
jgromes
2a2efb5413
Bump version to 4.0.0
2020-07-06 11:57:09 +02:00
jgromes
b21f93342e
[SX126x] Synced parameters of all LoRa modules
2020-07-06 11:48:25 +02:00
jgromes
e1141ca64c
[SX127x] Synced parameters of all LoRa modules
2020-07-06 11:48:14 +02:00
jgromes
59c4fe638f
[RFM9x] Synced parameters of all LoRa modules
2020-07-06 11:48:02 +02:00
jgromes
8682357881
[Si443x] Synced parameters of all FSK modules
2020-07-06 11:14:33 +02:00
jgromes
4d00170612
[SX128x] Synced parameters of all FSK modules
2020-07-06 11:14:21 +02:00
jgromes
ec225236d0
[SX1231] Synced parameters of all FSK modules
2020-07-06 11:14:08 +02:00
jgromes
82e4cb7f97
[SX127x] Synced parameters of all FSK modules
2020-07-06 11:13:53 +02:00
jgromes
c8f4698a26
[SX126x] Synced parameters of all FSK modules
2020-07-06 11:13:37 +02:00
jgromes
59434cb025
[RF69] Synced parameters of all FSK modules
2020-07-06 11:13:24 +02:00
jgromes
58db5d1661
[CC1101] Synced parameters of all FSK modules
2020-07-06 11:13:01 +02:00
jgromes
a437e25968
[PHY] Changed shaping datatype to uint8_t
2020-07-06 08:53:40 +02:00
jgromes
92c19da058
[nRF24] Changed shaping datatype to uint8_t
2020-07-06 08:53:29 +02:00
jgromes
3312645d90
[Si443x] Changed shaping datatype to uint8_t
2020-07-06 08:53:20 +02:00
jgromes
be346eb6aa
[SX128x] Changed shaping datatype to uint8_t
2020-07-06 08:53:12 +02:00
jgromes
7dc7f4d76c
[SX127x] Changed shaping datatype to uint8_t
2020-07-06 08:53:05 +02:00
jgromes
5aff492323
[SX126x] Changed shaping datatype to uint8_t
2020-07-06 08:52:48 +02:00
jgromes
263410ffb1
[RF69] Changed shaping datatype to uint8_t
2020-07-06 08:52:30 +02:00
jgromes
acdd70693d
[CC1101] Changed shaping datatype to uint8_t
2020-07-06 08:52:11 +02:00
jgromes
cb191e7973
Added encoding and data shaping aliases
2020-07-06 08:51:24 +02:00
jgromes
b8de06288c
Added copy ctor and assignment operator
2020-07-05 10:05:54 +02:00
jgromes
e1990e460d
[AX25] Added copy ctor and assignment operator
2020-07-05 10:05:46 +02:00
jgromes
e89e8a053a
[AFSK] Using init list
2020-07-05 10:03:57 +02:00
jgromes
1534aab910
[Si443x] Removed redundant variable assingment
2020-07-05 10:03:43 +02:00
jgromes
047dee5244
Moved SoftwareSerial only methods to macro guards
2020-07-05 10:02:38 +02:00
jgromes
0ee58ff770
[XBee] Updated line feed assignment
2020-07-05 10:02:11 +02:00
jgromes
2c6d42f648
[JDY08] Updated line feed assignment
2020-07-05 10:01:52 +02:00
jgromes
12b4fc9e02
Changed line feed data type
2020-07-05 10:00:38 +02:00