circuitpython/ports/espressif/boards/es3ink/mpconfigboard.mk

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
201 B
Makefile
Raw Normal View History

USB_VID = 0x1209
2023-06-30 05:01:00 -04:00
USB_PID = 0x2031
USB_PRODUCT = "ES3ink"
USB_MANUFACTURER = "Czech maker"
IDF_TARGET = esp32s3
CIRCUITPY_ESP_FLASH_MODE=dio
CIRCUITPY_ESP_FLASH_FREQ=80m
CIRCUITPY_ESP_FLASH_SIZE=16MB