First Release

This commit is contained in:
nopnop2002
2021-06-30 06:52:43 +09:00
parent bbfdb0da2e
commit 0e9809c8b7
15 changed files with 1172 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
#
# Serial flasher config
#
CONFIG_ESPTOOLPY_FLASHSIZE_4MB=y
#
# Partition Table
#
CONFIG_PARTITION_TABLE_CUSTOM=y
CONFIG_PARTITION_TABLE_CUSTOM_FILENAME="partitions.csv"
CONFIG_PARTITION_TABLE_FILENAME="partitions.csv"
#
# ESP32-specific
#
CONFIG_ESP32_DEFAULT_CPU_FREQ_240=y
CONFIG_ESP32_DEFAULT_CPU_FREQ_MHZ=240