andresoliva / LoRa-E5

Advanced application of SeedStudio module Grove-Wio-E5 based on chip STM32WLE5JC from STM connected to an Arduino Nano 33 BLE Sense board. Works with any Arduino that supports UART
Other
19 stars 4 forks source link

The frequency table is wrong #1

Closed fukuen closed 11 months ago

fukuen commented 11 months ago

Hi! It's very nice app!

I tried the frequency of AS923, but CN470 was actually selected. Because the table content is different.

LoRa-E5.h

enum _physical_type_t {
    UNINIT = -1,
    EU434,
    EU868,
    US915,
    US915HYBRID,
    US915OLD,
    AU915,
    AS923,
    CN470,
    CN779,
    KR920,
    CN470PREQUEL,
    STE920,
    IN865,
    RU864,
    UNDEF
};

LoRa-E5.cpp

const char *physTypeStr[10] = {"EU434",        "EU868", "US915", "US915HYBRID",
                               "AU915",        "AS923", "CN470", "KR920",
                               "CN470PREQUEL", "STE920"};

Regards,

andresoliva commented 11 months ago

I am moving to Italy during this time, so sorry for the late reply. I will update it next week.

Thank you.

Best regards,

Andres