diff --git a/.gitignore b/.gitignore index f0fa0ae..5da3adb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ .vscode/ .devcontainer/ build/ +example_ota_ws/sdkconfig +example_ota_ws/sdkconfig.old diff --git a/example_ota_ws/dependencies.lock b/example_ota_ws/dependencies.lock new file mode 100644 index 0000000..f39ac52 --- /dev/null +++ b/example_ota_ws/dependencies.lock @@ -0,0 +1,9 @@ +dependencies: + idf: + component_hash: null + source: + type: idf + version: 5.2.0 +manifest_hash: 2ac596d0d5a708817329b21531cbf3574c7c8daaf36dca979b5dd32a78fc2857 +target: esp32s3 +version: 1.0.0 diff --git a/example_ota_ws/example_ota_ws.code-workspace b/example_ota_ws/example_ota_ws.code-workspace new file mode 100644 index 0000000..437ac53 --- /dev/null +++ b/example_ota_ws/example_ota_ws.code-workspace @@ -0,0 +1,11 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": ".." + } + ], + "settings": {} +} \ No newline at end of file diff --git a/include/ota_ws_update.h b/include/ota_ws_update.h index fe0a1e4..30f61f0 100644 --- a/include/ota_ws_update.h +++ b/include/ota_ws_update.h @@ -1,7 +1,5 @@ #pragma once -#include "ota_ws_private.h" - #ifdef __cplusplus extern "C" { diff --git a/source/ota_ws_update.html b/source/ota_ws_update.html index 552a7b4..1d00c7c 100644 --- a/source/ota_ws_update.html +++ b/source/ota_ws_update.html @@ -70,7 +70,7 @@