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

Air Data Rate #5

Closed RB3rg closed 2 years ago

RB3rg commented 2 years ago

Good job @xreef, nice lib.

Could you explain the difference between those 2.4kbps?

static String getAirDataRateDescriptionByParams(byte airDataRate)
{
    switch (airDataRate)
    {
            case AIR_DATA_RATE_000_24:
                return F("2.4kbps");
                break;
            case AIR_DATA_RATE_001_24:
                return F("2.4kbps");
                break;
            case AIR_DATA_RATE_010_24:
                return F("2.4kbps (default)");
xreef commented 2 years ago

Nothing, if you set 000 or 001 you have the same air data rate. Bye Renzo