Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit25bc7b1

Browse files
feat: first draft of native ota implementation
1 parent062cb27 commit25bc7b1

File tree

28 files changed

+3033
-1756
lines changed

28 files changed

+3033
-1756
lines changed

‎CMakeLists.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set(ENV{BOARD_VARIANT} "../esp32-javascript/include/variants/my")
1010
# set ESP32_JS_PROJECT_NAME to define your project component name.
1111
# Place your component below ./components directory. Set to ""
1212
# if you don't have a project component yet.
13-
set(ENV{ESP32_JS_PROJECT_NAME}"")
13+
set(ENV{ESP32_JS_PROJECT_NAME}"esp32-home")
1414
#################################################
1515

1616
include($ENV{IDF_PATH}/tools/cmake/project.cmake)

‎babel.config.json‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2-
"presets": ["minify"],
2+
"presets": [
3+
[
4+
"minify",
5+
{
6+
"builtIns":false
7+
}
8+
]
9+
],
310
"comments":false
411
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp