xreef / EByte_LoRa_E220_Series_Library

Arduino LoRa EBYTE E220 LLCC68 device library complete and tested with Arduino, esp8266, esp32, STM32 and Raspberry Pi Pico (rp2040 boards)..
https://www.mischianti.org/category/my-libraries/lora-e220-llcc68-devices/
Other
88 stars 22 forks source link

is AUX necessary? #16

Closed garudaonekh closed 1 year ago

garudaonekh commented 1 year ago

HI, As per your description, AUX is not required. But without AUX, available() function return 0. availabe() is fine when I use AUX pin

I use ESP32 custom PINs.

xreef commented 1 year ago

Hi, AUX isn't necessary, but isn't efficient because AUX advise that the operation is successful executed if isn't connected I wait a long time that cover all possible operations, so It waste a lot of time. Bye Renzo

garudaonekh commented 1 year ago

Ok, I set 1 second timeout to wait for reply. My receiver immediately response back. Can we adjust your wait time? I do not have any pin left for AUX

xreef commented 1 year ago

Hi, the library already have inside a tested wait that cover all situation. You don't add any other wait. Bye Renzo