Closed fukuen closed 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,
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
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
LoRa-E5.cpp
Regards,