xreef / LoRa_E32_Series_Library

Arduino LoRa EBYTE E32 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards). sx1278/sx1276
https://www.mischianti.org
Other
357 stars 73 forks source link

Documentation errors #28

Closed clabnet closed 3 years ago

clabnet commented 3 years ago

Are these typo errors ?

... We can use directly a SoftwareSerial with another constructor

LoRa_E32(HardwareSerial serial, UART_BPS_RATE bpsRate = UART_BPS_RATE_9600); LoRa_E32(HardwareSerial serial, byte auxPin, UART_BPS_RATE bpsRate = UART_BPS_RATE_9600); LoRa_E32(**HardwareSerial*** serial, byte auxPin, byte m0Pin, byte m1Pin, UART_BPS_RATE bpsRate = UART_BPS_RATE_9600); ...

The last set of constructor is to permit to use an HardwareSerial instead of SoftwareSerial.

LoRa_E32(SoftwareSerial serial, UART_BPS_RATE bpsRate = UART_BPS_RATE_9600); LoRa_E32(SoftwareSerial serial, byte auxPin, UART_BPS_RATE bpsRate = UART_BPS_RATE_9600); LoRa_E32(**SoftwareSerial*** serial, byte auxPin, byte m0Pin, byte m1Pin

xreef commented 3 years ago

Hi, I answered here https://www.mischianti.org/forums/topic/ebyte-e32-868t30d-reboot-loop