Add support for SX1281 on 2.4 GHz

This commit is contained in:
Thomas Göttgens
2022-10-16 19:07:58 +02:00
parent fc57a9daa4
commit f6119639bb
8 changed files with 383 additions and 23 deletions

View File

@@ -15,6 +15,7 @@ struct RegionInfo {
uint8_t powerLimit; // Or zero for not set
bool audioPermitted;
bool freqSwitching;
bool wideLora;
const char *name; // EU433 etc
};