You've already forked uiflow-micropython
mirror of
https://github.com/m5stack/uiflow-micropython.git
synced 2026-05-20 10:39:27 -07:00
ad3f7db224
Signed-off-by: lbuque <1102390310@qq.com>
9 lines
239 B
Plaintext
9 lines
239 B
Plaintext
# SPDX-FileCopyrightText: Copyright (c) 2014 Damien P. George
|
|
#
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
# For cmake build
|
|
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM=y
|
|
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions_4mb.csv"
|