Wykres commitów

774 Commity (83b713b7769d179fe8ef29787a1f1cd8469e7d23)

Autor SHA1 Wiadomość Data
jgromes 83b713b776 [Si443x] Added support for Si443x/RFM2x 2020-03-30 17:38:04 +02:00
Jan Gromeš 2910351740 Update issue templates 2020-03-29 10:05:03 +02:00
jgromes 7007cd873a Extracted build options into a new file 2020-03-29 10:02:23 +02:00
jgromes 512567b9f3 Fixed typos 2020-03-27 21:03:23 +01:00
Jan Gromeš 035693fc11
Update README.md 2020-03-27 14:40:20 +01:00
Jan Gromeš d8816f7bad
Update README.md 2020-03-27 14:39:45 +01:00
jgromes c9785f30b2 Renamed NC macro 2020-03-27 14:11:13 +01:00
jgromes 39c259848c Added support for Nano 33 BLE 2020-03-27 14:10:45 +01:00
jgromes fd6ef55a06 Simplified ESP8266 detection macro 2020-03-27 14:09:46 +01:00
Jan Gromeš 8a496efd41
Update CONTRIBUTING.md 2020-03-26 21:41:52 +01:00
jgromes b05c264363 Fixed typo in version macro 2020-03-23 20:23:37 +01:00
jgromes 73d5a482d1 [nRF24] Fixed typos 2020-03-22 08:14:32 +01:00
jgromes 61bb57b9be [ESP8266] Fixed typos 2020-03-22 08:14:23 +01:00
jgromes d3cec5d3b4 [Module] Removed String class from AT commands 2020-03-22 08:14:03 +01:00
jgromes caa05f8ad8 [SX127x] Fixed typos 2020-03-22 08:13:27 +01:00
jgromes f1f995e9d8 [SX126x] Fixed typos 2020-03-22 08:12:38 +01:00
jgromes 2f4a5c660c [SX1231] Fixed typos 2020-03-22 08:11:55 +01:00
jgromes 089d925f82 [RF69] Fixed typos 2020-03-22 08:11:32 +01:00
jgromes 28c12f4576 [CC1101] Fixed typos 2020-03-22 08:10:49 +01:00
jgromes 3bb81988dd [AX25] Fixed typos 2020-03-22 08:10:23 +01:00
Jan Gromeš 26abfe661e
Merge pull request #127 from naggie/delay
Swap delayMicroseconds() to delay where appropriate
2020-03-16 13:50:39 +01:00
Callan Bryant 6c99486343
Swap delayMicroseconds() to delay where appropriate
See https://github.com/jgromes/RadioLib/issues/126 for context.
2020-03-16 12:12:06 +00:00
jgromes 2cf4971c2d [SX127x] Set default FSK BT shaping to 0.5 for SX126x FSK (#123) 2020-03-14 13:44:50 +01:00
jgromes 898696fb52 [SX126x] Set default whitener initial value to 0x1FF for SX127x FSK 2020-03-14 13:34:31 +01:00
jgromes 009b8a5373 Bump version to 3.4.0 2020-03-13 21:22:41 +01:00
jgromes c1c991acc8 [SX127x] Fixed reset implementation for SX1272/73 2020-03-13 21:16:29 +01:00
jgromes c12cd6a53d [Module] Removed debug-only delays 2020-03-13 21:16:10 +01:00
jgromes 5846c9d9d9 [Module] Only initializing default SPI interface (#121) 2020-03-02 13:25:35 +01:00
Jan Gromeš b7c21ffac6
Merge pull request #119 from Guglio95/radiolib-pr
nRF24 small improvements.
2020-02-27 20:51:51 +01:00
Andrea Guglielmini b69437c48f [nRF24] Removed ambiguity, PR #119 2020-02-27 20:12:30 +01:00
Andrea Guglielmini ff7831655b [nRF24] Minor fixes 2020-02-26 16:03:06 +01:00
Andrea Guglielmini d1586449f4 [nRF24] Added "isCarrierDetected()" 2020-02-26 16:02:54 +01:00
jgromes 1a721715ea Bump version to 3.3.1 2020-02-24 16:41:21 +01:00
Jan Gromeš 46ee48f47b
Merge pull request #117 from 4m1g0/fix_undefined_ook
[SX127x] Set OOK parameter before setting the bitrate to avoid reading undefined variable
2020-02-24 16:25:21 +01:00
4m1g0 4426c9174d [SX127x] Set OOK parameter before setting the bitrate to avoid reading undefined variable 2020-02-24 15:52:18 +01:00
jgromes 16073f05ea [Module] Fixed incorrect arguments 2020-02-20 12:38:51 +01:00
jgromes 1a75ff837e [Module] Fixed interface termination 2020-02-20 12:35:44 +01:00
jgromes 4459432998 [SX1231] Removed old call to SPI end 2020-02-20 12:19:16 +01:00
jgromes 3054d966a2 [RF69] Removed old call to SPI end 2020-02-20 12:19:00 +01:00
jgromes a60837bb9d [CC1101] Removed old call to SPI end 2020-02-20 12:18:52 +01:00
jgromes 885ca868a0 [CC1101] Removed redundant null terminator 2020-02-18 13:36:06 +01:00
jgromes 99a5a7d1e4 [nRF24] Removed redundant null terminator 2020-02-18 07:35:41 +01:00
jgromes 90944a5b00 [RF69] Removed redundant null terminator 2020-02-18 07:35:04 +01:00
Jan Gromeš 5386130d25
Merge pull request #113 from Guglio95/dev
Carrier sense as sync word qualifier
2020-02-16 16:17:22 +01:00
Andrea Guglielmini 293fba2656 [CC1101] Added carrier sense as sync word qualifier 2020-02-16 15:09:39 +01:00
Andrea Guglielmini c0f5ef922c [CC1101] Update cached len value. 2020-02-16 14:50:23 +01:00
Andrea Guglielmini 13a77dff2a [CC1101] Persist modulation change after it's asserted 2020-02-16 14:49:41 +01:00
Andrea Guglielmini 9ca2499b45 [CC1101] Fixed setRxBandwidth() 2020-02-16 14:48:27 +01:00
jgromes 4f9b72f7f6 [CC1101] Fixed incorrect PA configuration in OOK mode 2020-02-16 12:33:57 +01:00
jgromes ec9f1a835f Bump version to 3.3.0 2020-02-14 08:39:25 +01:00