OVMS3-idf/components/wear_levelling/test_wl_host/sdkconfig/sdkconfig.h

7 lines
203 B
C
Raw Normal View History

2018-06-21 08:51:44 +00:00
#pragma once
2019-06-19 07:31:47 +00:00
#define CONFIG_IDF_TARGET_ESP32 1
2018-06-21 08:51:44 +00:00
#define CONFIG_WL_SECTOR_SIZE 4096
#define CONFIG_LOG_DEFAULT_LEVEL 3
#define CONFIG_PARTITION_TABLE_OFFSET 0x8000
#define CONFIG_ESPTOOLPY_FLASHSIZE "8MB"