Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c46df6

Browse files
CincinnatuP-R-O-C-H-Y
andauthoredJul 24, 2024··
Update variants/XIAO_ESP32C6/variant.cpp
Co-authored-by: Jan Procházka <[email protected]>
1 parent d9008f2 commit 1c46df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎variants/XIAO_ESP32C6/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ void initVariant(void) {
1616
digitalWrite(WIFI_ENABLE, LOW);//turn on this function
1717

1818
pinMode(WIFI_ANT_CONFIG, OUTPUT);
19-
digitalWrite(WIFI_ANT_CONFIG, LOW);//use external antenna
19+
digitalWrite(WIFI_ANT_CONFIG, LOW);//use built-in antenna, set HIGH to use external antenna
2020
}
2121
}

0 commit comments

Comments
 (0)
Please sign in to comment.