Protoype 1 can read data and retrieve it by pressing button once and reset storage by pressing twice.
This commit is contained in:
@@ -159,7 +159,7 @@
|
||||
"ESP_HW_SUPPORT_FUNC_IN_IRAM": true,
|
||||
"ESP_INTR_IN_IRAM": true,
|
||||
"ESP_INT_WDT": true,
|
||||
"ESP_INT_WDT_TIMEOUT_MS": 300,
|
||||
"ESP_INT_WDT_TIMEOUT_MS": 5000,
|
||||
"ESP_IPC_TASK_STACK_SIZE": 1024,
|
||||
"ESP_MAC_ADDR_UNIVERSE_BT": true,
|
||||
"ESP_MAC_ADDR_UNIVERSE_ETH": true,
|
||||
@@ -232,11 +232,7 @@
|
||||
"ESP_SYSTEM_SINGLE_CORE_MODE": true,
|
||||
"ESP_SYSTEM_USE_EH_FRAME": false,
|
||||
"ESP_SYSTEM_USE_FRAME_POINTER": false,
|
||||
"ESP_TASK_WDT_CHECK_IDLE_TASK_CPU0": true,
|
||||
"ESP_TASK_WDT_EN": true,
|
||||
"ESP_TASK_WDT_INIT": true,
|
||||
"ESP_TASK_WDT_PANIC": false,
|
||||
"ESP_TASK_WDT_TIMEOUT_S": 5,
|
||||
"ESP_TASK_WDT_EN": false,
|
||||
"FREERTOS_CHECK_MUTEX_GIVEN_BY_OWNER": true,
|
||||
"FREERTOS_CHECK_PORT_CRITICAL_COMPLIANCE": false,
|
||||
"FREERTOS_CHECK_STACKOVERFLOW_CANARY": true,
|
||||
@@ -340,12 +336,12 @@
|
||||
"MMU_PAGE_MODE": "64KB",
|
||||
"MMU_PAGE_SIZE": 65536,
|
||||
"MMU_PAGE_SIZE_64KB": true,
|
||||
"PARTITION_TABLE_CUSTOM": false,
|
||||
"PARTITION_TABLE_CUSTOM": true,
|
||||
"PARTITION_TABLE_CUSTOM_FILENAME": "partitions.csv",
|
||||
"PARTITION_TABLE_FILENAME": "partitions_singleapp.csv",
|
||||
"PARTITION_TABLE_FILENAME": "partitions.csv",
|
||||
"PARTITION_TABLE_MD5": true,
|
||||
"PARTITION_TABLE_OFFSET": 32768,
|
||||
"PARTITION_TABLE_SINGLE_APP": true,
|
||||
"PARTITION_TABLE_SINGLE_APP": false,
|
||||
"PARTITION_TABLE_SINGLE_APP_LARGE": false,
|
||||
"PARTITION_TABLE_TWO_OTA": false,
|
||||
"PARTITION_TABLE_TWO_OTA_LARGE": false,
|
||||
|
||||
Reference in New Issue
Block a user