jgromes
f2625a04a9
Travis added STM32 and SAMD platforms
2019-09-10 18:48:51 +02:00
Jan Gromeš
13b0eaf2b6
Merge pull request #41 from mmrein/master
...
STM32 - use HardwareSerial instead of SoftwareSerial
2019-09-10 18:47:45 +02:00
mmrein
972f874e9e
STM32 - use HardwareSerial instead of SoftwareSerial
...
Added support for STM32 boards, using HardwareSerial instead of SoftwareSerial the same way as in https://github.com/jgromes/RadioLib/pull/39
2019-09-10 17:40:49 +02:00
jgromes
47d8ac8b07
Advanced version to 1.4.0
2019-09-09 10:51:34 +02:00
jgromes
4eef30a2a4
[HTTP] Fixed incorrect string length
2019-09-09 10:04:07 +02:00
jgromes
14df1d8c52
[ESP8266] Fixed incorrect string length
2019-09-09 10:03:57 +02:00
jgromes
5c15e25236
Updated readme
2019-09-09 09:18:49 +02:00
jgromes
b208956f5b
Travis added ESP32 platform
2019-09-09 09:18:38 +02:00
Jan Gromeš
5c62ee901c
Merge pull request #39 from beegee-tokyo/master
...
ESP32 & SAMD - use HardwareSerial instead of SoftwareSerial
2019-09-09 09:14:08 +02:00
Bernd Giesecke
1465e01fd4
ESP32 & SAMD - use HardwareSerial instead of SoftwareSerial
...
ESP32 has no working SoftwareSerial. With a simple #ifdef ESP32 || SAMD a hardware serial will be used instead.
Minimum changes without influence on existing installations or usage.
2019-09-09 14:31:50 +08:00
jgromes
bbef47e71a
Advacned version to 1.3.0
2019-07-31 11:16:25 +02:00
jgromes
4f2382ad8c
Travis add variable check
2019-07-31 10:39:05 +02:00
jgromes
cf5b098c0c
Travix fix regex
2019-07-31 10:28:02 +02:00
jgromes
f974021803
Travix fix incorrect variable name
2019-07-31 10:22:14 +02:00
jgromes
8577d43b2e
Travis fix 3
2019-07-31 10:19:10 +02:00
jgromes
da0aad9b69
Travis fix 2
2019-07-31 10:02:45 +02:00
jgromes
2dacf362ad
Travis fix
2019-07-31 09:58:46 +02:00
jgromes
7caeb3ded0
Travis fix formatting
2019-07-31 09:56:25 +02:00
jgromes
d8350c7e5a
Travis fix for ESP8266
2019-07-31 09:38:04 +02:00
jgromes
8887bac07f
Added missing macro guards
2019-07-31 09:37:44 +02:00
Jan Gromeš
adccaf88a6
Update README.md
2019-07-31 07:27:40 +02:00
jgromes
e751d31aa9
Added compatibility with ESP8266 platform
2019-07-31 07:25:04 +02:00
jgromes
3f0dc11008
[Morse] Added note about non-LoRa module usage
2019-07-29 13:06:08 +02:00
jgromes
9a300da963
[RTTY] Added note about non-LoRa module usage
2019-07-29 13:05:57 +02:00
jgromes
20f3b429e9
[SX127x] Fixed uninitialized variable warning
2019-07-29 07:55:44 +02:00
jgromes
e8e19c4787
Advanced version to 1.2.2
2019-07-26 20:06:42 +02:00
jgromes
11dc4be0ec
[RTTY] Fixed ITA2 encoding
2019-07-26 20:06:12 +02:00
jgromes
629ac5585a
[SX126x] Added method to get expected time-on-air
2019-07-26 09:43:24 +02:00
jgromes
c43ba03d7d
[HTTP] Fixed memory leak
2019-07-23 20:22:35 +02:00
jgromes
5ea9bc89fd
Removed redundant comment
2019-07-18 18:09:13 +02:00
jgromes
6e0354f2e3
Travis script update
2019-07-18 18:05:40 +02:00
Jan Gromeš
aa338366da
Merge pull request #25 from saloid/master
...
ESP8266, not ES8266
2019-07-17 20:21:52 +02:00
Dmitriy
14e8105217
ESP8266, not ES8266
2019-07-17 21:12:29 +03:00
Jan Gromeš
d6d12fc098
Update CONTRIBUTING.md
2019-07-12 11:42:00 +02:00
jgromes
1f4ec7134c
Advanced version to 1.2.1
2019-07-11 07:22:03 +02:00
jgromes
3610e1c7c8
[SX127x] Sync with LoRaLib 8.1.1
2019-07-11 07:15:05 +02:00
jgromes
ea1e6fea68
[SX126x] Added BUSY timeout
2019-07-07 19:48:55 +02:00
jgromes
b0cd4b5125
[SX126x] Removed redundant null terminator
2019-07-02 19:52:26 +02:00
jgromes
bd21ddb7d8
[SX126x] Fixed incorrect parameters
2019-06-22 16:50:44 +02:00
jgromes
e1c79af18b
[SX126x] Added OCP config reset
2019-06-22 16:37:57 +02:00
jgromes
2ca26d1a60
Fixed format
2019-06-22 16:36:58 +02:00
jgromes
49eb062fcf
Added more debug output
2019-06-22 16:36:44 +02:00
jgromes
acd5297e06
Advnaced version to 1.2.0
2019-06-16 14:34:36 +02:00
jgromes
5527573692
[SX126x] Implemented getPacketLength
2019-06-16 14:34:19 +02:00
jgromes
94301c9043
[nRF24] Implemented getPacketLength
2019-06-16 14:34:06 +02:00
jgromes
3ad5dfa444
[RF69] Implemented getPacketLength
2019-06-16 14:33:59 +02:00
jgromes
fa9da6b967
[CC1101] Implemented getPacketLength
2019-06-16 14:33:46 +02:00
jgromes
c72ad019f4
[SX127x] Sync with LoRaLib 8.1.0
2019-06-16 14:33:26 +02:00
Jan Gromeš
cca121c85e
[SX126x] Updated example
2019-06-08 08:44:51 +02:00
jgromes
eddf96bbb2
[SX126x] Changed CAD to only use DIO1 ( #19 )
2019-06-07 10:05:40 +02:00