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 espfs ROM in foldef HTML
include(components/webguiapp/extlibs/libespfs/cmake/include.cmake) 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 adapters.html
api api
api/dbg.json api/dbg.json
api/dbg2.json api/dbg2.json
api/gendata.json api/gendata.json
api/mem.json api/mem.json
api/set1.json api/set1.json
api/set2.json api/set2.json
api/set3.json api/set3.json
api/stat.json api/stat.json
api/status.json api/status.json
api/tmr.json api/tmr.json
api/wifiscan.json api/wifiscan.json
application.html application.html
favicon.ico favicon.ico
index.html index.html
info.html info.html
reboot.html reboot.html
res res
res/appstyles.css res/appstyles.css
res/ca_cert.pem res/ca_cert.pem
res/cron.js res/cron.js
res/crondata.js res/crondata.js
res/dynamic.css res/dynamic.css
res/iconsfont.css res/iconsfont.css
res/iconsfont.woff2 res/iconsfont.woff2
res/logo.png res/logo.png
res/main.js res/main.js
res/res.js res/res.js
res/styles.css res/styles.css
services.html services.html
system.html system.html

View File

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

3470
sdkconfig

File diff suppressed because it is too large Load Diff