File tree 4 files changed +38
-7
lines changed
4 files changed +38
-7
lines changed Original file line number Diff line number Diff line change 6052
6052
<type >1</type >
6053
6053
<location >D:/dev/esp-idf-v4.4.3/components/asio/asio/asio/src/asio.cpp</location >
6054
6054
</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 >
6055
6090
<link >
6056
6091
<name >build/ide/esp_idf_components/esp-idf/bootloader_support/src/idf/bootloader_sha.c</name >
6057
6092
<type >1</type >
Original file line number Diff line number Diff line change 8
8
"ota.h" : " c"
9
9
},
10
10
"C_Cpp.errorSquiggles" : " disabled" ,
11
- "idf.portWin" : " COM10 "
11
+ "idf.portWin" : " COM3 "
12
12
}
Original file line number Diff line number Diff line change 13
13
"esp_vfs_fat.h" : " c" ,
14
14
"utils.h" : " c" ,
15
15
"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"
21
17
}
22
18
}
23
19
}
Original file line number Diff line number Diff line change 45
45
46
46
#define TAG "OTA_FACT"
47
47
#define PROMPT_STR "OTA_FACT"
48
- #define CONFIG_STORE_HISTORY 1
48
+ #define CONFIG_STORE_HISTORY 0
49
49
#define CONFIG_CONSOLE_MAX_COMMAND_LINE_LENGTH 1024
50
50
51
51
#include "wifi_credentials.h"
You can’t perform that action at this time.
0 commit comments