We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bcf16 commit 94b5781Copy full SHA for 94b5781
variants/XIAO_ESP32C6/variant.cpp
@@ -3,7 +3,6 @@
3
4
extern "C" {
5
6
-// Initialize variant/board, called before setup()
7
void initVariant(void) {
8
pinMode(3, OUTPUT);
9
digitalWrite(3, LOW);//turn on this function
0 commit comments