Skip to content

Commit df0464c

Browse files
committed
Slight delay for GC1109 FEM power-up
1 parent c839e17 commit df0464c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

variants/heltec_v4/HeltecV4Board.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ void HeltecV4Board::begin() {
3333
// CSD (GPIO2): Chip enable - must be HIGH for GC1109 to work
3434
pinMode(P_LORA_PA_EN, OUTPUT);
3535
digitalWrite(P_LORA_PA_EN, HIGH);
36+
delay(1); // Allow GC1109 FEM time to power up
3637
}
3738

3839
periph_power.begin();

0 commit comments

Comments
 (0)