Skip to content

Commit e7bcf16

Browse files
authored
Update variant.cpp
1 parent c89b3e5 commit e7bcf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/XIAO_ESP32C6/variant.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ void initVariant(void) {
99
digitalWrite(3, LOW);//turn on this function
1010

1111
pinMode(14, OUTPUT);
12-
digitalWrite(14, HIGH);//use external antenna
12+
digitalWrite(14, LOW);//use external antenna
1313
}
1414
}

0 commit comments

Comments
 (0)