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 |
|
jgromes
|
d80f87410e
|
[SX127x] Removed redundant IRQ clear
|
2022-10-23 20:38:36 +02:00 |
|
jgromes
|
9497cd3af1
|
[SX127x] Minor formatting fixes
|
2022-10-23 20:38:11 +02:00 |
|
jgromes
|
67937f4f46
|
[AX25] Added option to modify tone length for AFSK mode
|
2022-10-23 10:18:49 +02:00 |
|
jgromes
|
b903ddabc6
|
[Pager] Added missing IRAM_ATTR for ESP platforms
|
2022-10-22 23:49:13 +02:00 |
|
jgromes
|
edc04f16bd
|
[Pager] Added missing input pinmode
|
2022-10-22 23:48:57 +02:00 |
|
jgromes
|
45e65a2811
|
[SX127x] Removed comment suggesting setGain only available on LoRa mode
|
2022-10-22 23:48:37 +02:00 |
|
jgromes
|
baf2a78981
|
[SX127x] Added missing GPIO input configuration in FSK mode
|
2022-10-22 23:48:17 +02:00 |
|
jgromes
|
88f528a789
|
[PHY] Added method to manually drop synchronization in direct mode
|
2022-10-19 18:10:45 +02:00 |
|
jgromes
|
39489aeae6
|
[AX25] Added override for Arduino String class transmit
|
2022-10-16 17:47:58 +02:00 |
|
jgromes
|
6eeee45968
|
[CC1101] Use GDO2 for transmit interrupt (#357)
|
2022-10-09 19:21:39 +02:00 |
|
jgromes
|
ae64ec1911
|
[CC1101] Fixed incorrect GPIO NC check logic
|
2022-10-09 19:14:07 +02:00 |
|
jgromes
|
0b1a421863
|
[SX126x] Fixed receive always failing after timeout
|
2022-10-06 19:30:13 +02:00 |
|
jgromes
|
ee7cf446e2
|
Bump version to 5.4.1
|
2022-10-04 19:42:36 +02:00 |
|
jgromes
|
170ce9752b
|
[SX126x] Skip SPI verification during block calibration (#583)
|
2022-10-04 18:19:54 +02:00 |
|
jgromes
|
f6e5d02481
|
[Pager] Reworked logic to workaround linker error on MegaCore (CI_BUILD_ALL)
|
2022-10-02 12:19:33 +02:00 |
|
jgromes
|
1382e56508
|
[SX126x] Removed extra newline (CI_BUILD_ALL)
|
2022-10-02 00:02:17 +02:00 |
|
jgromes
|
ae04d3dbb3
|
[Pager] Fixed strncpy length
|
2022-10-02 00:00:50 +02:00 |
|
jgromes
|
0e43ee0efa
|
Fixed pulseIn on mbed platforms (CI_BUILD_ALL)
|
2022-10-01 23:55:50 +02:00 |
|
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 |
|