Files
uiflow-micropython/m5stack/boards/sdkconfig.flash_4mb
2024-11-21 11:31:41 +08:00

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"