Skip to content

Commit 700f34d

Browse files
committed
disable store cmd history
1 parent dc6ac0f commit 700f34d

File tree

4 files changed

+38
-7
lines changed

4 files changed

+38
-7
lines changed

Diff for: .project

+35
Original file line numberDiff line numberDiff line change
@@ -6052,6 +6052,41 @@
60526052
<type>1</type>
60536053
<location>D:/dev/esp-idf-v4.4.3/components/asio/asio/asio/src/asio.cpp</location>
60546054
</link>
6055+
<link>
6056+
<name>build/ide/esp_idf_components/dev/esp32/esp32_common/cmds/cmd_system.c</name>
6057+
<type>1</type>
6058+
<location>D:/dev/esp32/esp32_common/cmds/cmd_system.c</location>
6059+
</link>
6060+
<link>
6061+
<name>build/ide/esp_idf_components/dev/esp32/esp32_common/cmds/cmd_wifi.c</name>
6062+
<type>1</type>
6063+
<location>D:/dev/esp32/esp32_common/cmds/cmd_wifi.c</location>
6064+
</link>
6065+
<link>
6066+
<name>build/ide/esp_idf_components/dev/esp32/esp32_common/tcp/mqtt_ctrl.c</name>
6067+
<type>1</type>
6068+
<location>D:/dev/esp32/esp32_common/tcp/mqtt_ctrl.c</location>
6069+
</link>
6070+
<link>
6071+
<name>build/ide/esp_idf_components/dev/esp32/esp32_common/tcp/ntp_sync.c</name>
6072+
<type>1</type>
6073+
<location>D:/dev/esp32/esp32_common/tcp/ntp_sync.c</location>
6074+
</link>
6075+
<link>
6076+
<name>build/ide/esp_idf_components/dev/esp32/esp32_common/tcp/tcp_log.c</name>
6077+
<type>1</type>
6078+
<location>D:/dev/esp32/esp32_common/tcp/tcp_log.c</location>
6079+
</link>
6080+
<link>
6081+
<name>build/ide/esp_idf_components/dev/esp32/esp32_common/utils/ota.c</name>
6082+
<type>1</type>
6083+
<location>D:/dev/esp32/esp32_common/utils/ota.c</location>
6084+
</link>
6085+
<link>
6086+
<name>build/ide/esp_idf_components/dev/esp32/esp32_common/utils/utils.c</name>
6087+
<type>1</type>
6088+
<location>D:/dev/esp32/esp32_common/utils/utils.c</location>
6089+
</link>
60556090
<link>
60566091
<name>build/ide/esp_idf_components/esp-idf/bootloader_support/src/idf/bootloader_sha.c</name>
60576092
<type>1</type>

Diff for: .vscode/settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"ota.h": "c"
99
},
1010
"C_Cpp.errorSquiggles": "disabled",
11-
"idf.portWin": "COM10"
11+
"idf.portWin": "COM3"
1212
}

Diff for: esp32_ota.code-workspace

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313
"esp_vfs_fat.h": "c",
1414
"utils.h": "c",
1515
"cmd_system.h": "c",
16-
"ota.h": "c",
17-
"external_defs.h": "c",
18-
"dirent.h": "c",
19-
"stat.h": "c",
20-
"netdb.h": "c"
16+
"ota.h": "c"
2117
}
2218
}
2319
}

Diff for: main/main.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
#define TAG "OTA_FACT"
4747
#define PROMPT_STR "OTA_FACT"
48-
#define CONFIG_STORE_HISTORY 1
48+
#define CONFIG_STORE_HISTORY 0
4949
#define CONFIG_CONSOLE_MAX_COMMAND_LINE_LENGTH 1024
5050

5151
#include "wifi_credentials.h"

0 commit comments

Comments
 (0)