8000 feat: first draft of native ota implementation · marcelkottmann/esp32-javascript@25bc7b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 25bc7b1

Browse files
feat: first draft of native ota implementation
1 parent 062cb27 commit 25bc7b1

28 files changed

+3033
-1756
lines changed

CMakeLists.txt

+1-1
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

+8-1
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)
0