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

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

15 lines
310 B
Makefile
Raw Normal View History

2022-08-07 11:59:43 -04:00
USB_VID = 0x303A
USB_PID = 0x8114
USB_PRODUCT = "Bee-Motion-S3"
USB_MANUFACTURER = "Smart Bee Designs"
IDF_TARGET = esp32s3
CIRCUITPY_ESP_FLASH_MODE = dio
CIRCUITPY_ESP_FLASH_FREQ = 80m
CIRCUITPY_ESP_FLASH_SIZE = 8MB
FROZEN_MPY_DIRS += $(TOP)/frozen/Adafruit_CircuitPython_NeoPixel
2023-01-27 11:28:37 -05:00
CIRCUITPY_ESPCAMERA = 0