Skip to content

Commit 88027a1

Browse files
committed
adding itsybitsy esp32 to low power test
1 parent 189c23b commit 88027a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Adafruit_ESP32_Arduino_Demos/ESP32_sleeptest/ESP32_sleeptest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
//#define ADAFRUIT_FEATHER_ESP32_V2
1010

1111
// then these pins will be defined for us
12-
#if defined(ADAFRUIT_FEATHER_ESP32_V2)
12+
#if defined(ADAFRUIT_FEATHER_ESP32_V2) or defined(ARDUINO_ADAFRUIT_ITSYBITSY_ESP32)
1313
#define PIN_NEOPIXEL 0
1414
#define NEOPIXEL_I2C_POWER 2
1515
#endif

0 commit comments

Comments
 (0)