File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 51
51
#define STATUS_NEOPIXEL_PIN 45
52
52
#define STATUS_NEOPIXEL_NUM 1
53
53
#define USE_PSRAM ///< Board has PSRAM, use it for dynamic memory allocation
54
- #elif defined(ARDUINO_ESP32S3 )
54
+ #elif defined(ARDUINO_ESP32S3_DEV )
55
55
#define BOARD_ID "esp32s3-devkitc-1-n8"
56
56
#define USE_TINYUSB
57
57
#define USE_STATUS_NEOPIXEL
Original file line number Diff line number Diff line change 22
22
defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2_TFT) || \
23
23
defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S3_NOPSRAM) || \
24
24
defined(ARDUINO_ADAFRUIT_QTPY_ESP32S3_NOPSRAM) || \
25
- defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S3) || defined(ARDUINO_ESP32S3) || \
25
+ defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S3) || \
26
26
defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S3_TFT) || \
27
- defined(ARDUINO_ARCH_RP2040) || \
27
+ defined(ARDUINO_ARCH_RP2040) || defined(ARDUINO_ESP32S3_DEV) || \
28
28
defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S3_REVTFT) || \
29
29
defined(ARDUINO_ADAFRUIT_FEATHER_ESP32S2_REVTFT) || \
30
30
defined(ARDUINO_ADAFRUIT_QTPY_ESP32S3_N4R2)
You can’t perform that action at this time.
0 commit comments