We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c89b3e5 commit e7bcf16Copy full SHA for e7bcf16
variants/XIAO_ESP32C6/variant.cpp
@@ -9,6 +9,6 @@ void initVariant(void) {
9
digitalWrite(3, LOW);//turn on this function
10
11
pinMode(14, OUTPUT);
12
- digitalWrite(14, HIGH);//use external antenna
+ digitalWrite(14, LOW);//use external antenna
13
}
14
0 commit comments