We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c839e17 commit df0464cCopy full SHA for df0464c
1 file changed
variants/heltec_v4/HeltecV4Board.cpp
@@ -33,6 +33,7 @@ void HeltecV4Board::begin() {
33
// CSD (GPIO2): Chip enable - must be HIGH for GC1109 to work
34
pinMode(P_LORA_PA_EN, OUTPUT);
35
digitalWrite(P_LORA_PA_EN, HIGH);
36
+ delay(1); // Allow GC1109 FEM time to power up
37
}
38
39
periph_power.begin();
0 commit comments