project renamed

This commit is contained in:
Bogdan Pilyugin 2023-07-11 21:25:57 +02:00
parent f6ccb74227
commit 44144aaf1b
5 changed files with 3110 additions and 3779 deletions

3337
.project

File diff suppressed because it is too large Load Diff

View File

@ -9,4 +9,4 @@ project(${ProjectId})
# Include espfs ROM in foldef HTML
include(components/webguiapp/extlibs/libespfs/cmake/include.cmake)
target_add_espfs(webguiapp_ref_implement.elf espfs HTML)
target_add_espfs(WebguiappTemplate.elf espfs HTML)

View File

@ -1,32 +1,32 @@
adapters.html
api
api/dbg.json
api/dbg2.json
api/gendata.json
api/mem.json
api/set1.json
api/set2.json
api/set3.json
api/stat.json
api/status.json
api/tmr.json
api/wifiscan.json
application.html
favicon.ico
index.html
info.html
reboot.html
res
res/appstyles.css
res/ca_cert.pem
res/cron.js
res/crondata.js
res/dynamic.css
res/iconsfont.css
res/iconsfont.woff2
res/logo.png
res/main.js
res/res.js
res/styles.css
services.html
adapters.html
api
api/dbg.json
api/dbg2.json
api/gendata.json
api/mem.json
api/set1.json
api/set2.json
api/set3.json
api/stat.json
api/status.json
api/tmr.json
api/wifiscan.json
application.html
favicon.ico
index.html
info.html
reboot.html
res
res/appstyles.css
res/ca_cert.pem
res/cron.js
res/crondata.js
res/dynamic.css
res/iconsfont.css
res/iconsfont.woff2
res/logo.png
res/main.js
res/res.js
res/styles.css
services.html
system.html

View File

@ -1,9 +1,9 @@
dependencies:
idf:
component_hash: null
source:
type: idf
version: 4.4.5
manifest_hash: cc4f7a08a6eeed39d05fbfb84ff3df9215bdf0009945794b887b5e99cbaee95b
target: esp32
version: 1.0.0
dependencies:
idf:
component_hash: null
source:
type: idf
version: 5.0.3
manifest_hash: cc4f7a08a6eeed39d05fbfb84ff3df9215bdf0009945794b887b5e99cbaee95b
target: esp32
version: 1.0.0

3470
sdkconfig

File diff suppressed because it is too large Load Diff