Wessel Nieboer
3 months ago
No known key found for this signature in database
GPG Key ID: 929C8E45E33B5FD2
1 changed files with
1 additions and
1 deletions
-
variants/heltec_v4/LoRaFEMControl.h
|
|
@ -23,7 +23,7 @@ class LoRaFEMControl |
|
|
LoRaFEMType getFEMType(void) const { return fem_type; } |
|
|
LoRaFEMType getFEMType(void) const { return fem_type; } |
|
|
private: |
|
|
private: |
|
|
LoRaFEMType fem_type=OTHER_FEM_TYPES; |
|
|
LoRaFEMType fem_type=OTHER_FEM_TYPES; |
|
|
bool lna_enabled=false; |
|
|
bool lna_enabled=true; |
|
|
bool lna_can_control=false; |
|
|
bool lna_can_control=false; |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
|