Skip to content

Commit d9008f2

Browse files
authored
Update variant.cpp
1 parent f6e5485 commit d9008f2

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

variants/XIAO_ESP32C6/variant.cpp

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
#By setting the WIFI_ENABLE and WIFI_ANT_CONFIG pins,
2-
#the XIAO_ESP32C6 will turn on the on-board antenna by default after power-on
3-
4-
#https://wiki.seeedstudio.com/xiao_esp32c6_getting_started/
5-
1+
/*
2+
*By setting the WIFI_ENABLE and WIFI_ANT_CONFIG pins,
3+
*
4+
*the XIAO_ESP32C6 will turn on the on-board antenna by default after power-on
5+
*
6+
*https://wiki.seeedstudio.com/xiao_esp32c6_getting_started/
7+
*/
8+
69
#include "esp32-hal-gpio.h"
710
#include "pins_arduino.h"
811

0 commit comments

Comments
 (0)