Explorar o código

default lna_enabled=true

Wessel Nieboer hai 5 meses
pai
achega
8b7fed65de
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      variants/heltec_v4/LoRaFEMControl.h

+ 1 - 1
variants/heltec_v4/LoRaFEMControl.h

@@ -23,7 +23,7 @@ class LoRaFEMControl
     LoRaFEMType getFEMType(void) const { return fem_type; }
   private:
     LoRaFEMType fem_type=OTHER_FEM_TYPES;
-    bool lna_enabled=false;
+    bool lna_enabled=true;
     bool lna_can_control=false;
 };