File tree Expand file tree Collapse file tree 5 files changed +3
-3
lines changed
ports/espressif/boards/adafruit_qualia_s3_rgb666 Expand file tree Collapse file tree 5 files changed +3
-3
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 26
26
27
27
// Micropython setup
28
28
29
- #define MICROPY_HW_BOARD_NAME "Adafruit-ESP32 -S3-RGB-TFT-Experiment "
29
+ #define MICROPY_HW_BOARD_NAME "Adafruit-Qualia -S3-RGB666 "
30
30
#define MICROPY_HW_MCU_NAME "ESP32S3"
31
31
32
32
#define DEFAULT_I2C_BUS_SDA (&pin_GPIO8)
Original file line number Diff line number Diff line change 1
1
USB_VID = 0x239A
2
2
USB_PID = 0x8148
3
- USB_PRODUCT = "Adafruit-ESP32- S3-RGB-TFT-Experiment "
3
+ USB_PRODUCT = "Qualia- S3-RGB666 "
4
4
USB_MANUFACTURER = "Adafruit"
5
5
6
6
IDF_TARGET = esp32s3
File renamed without changes.
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ CONFIG_SPIRAM_MEMTEST=y
28
28
#
29
29
# LWIP
30
30
#
31
- CONFIG_LWIP_LOCAL_HOSTNAME="matouch-tft "
31
+ CONFIG_LWIP_LOCAL_HOSTNAME="qualia "
32
32
# end of LWIP
33
33
#
34
34
# CONFIG_ESP_CONSOLE_NONE is not set
You can’t perform that action at this time.
0 commit comments