added hardware revision into frontend

This commit is contained in:
Bogdan Pilyugin 2023-07-06 15:33:39 +02:00
parent c30ed40c0b
commit f6ccb74227
6 changed files with 3506 additions and 3249 deletions

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

@ -25,6 +25,7 @@
PrintTextInput('User password:','psn','~pass~', 5, 31 ); PrintTextInput('User password:','psn','~pass~', 5, 31 );
PrintSep(); PrintSep();
PrintLabel('Device model:','~name~'); PrintLabel('Device model:','~name~');
PrintLabel('Hardware rev:','~hrev~');
PrintLabel('Firmware version:','~fver~'); PrintLabel('Firmware version:','~fver~');
PrintLabel('IDF version:','~idfver~'); PrintLabel('IDF version:','~idfver~');
PrintLabel('Built date:','~builddate~'); PrintLabel('Built date:','~builddate~');

@ -1 +1 @@
Subproject commit d941791a466e7f8b7b73445d8f47a7a668decbd9 Subproject commit 49bab0ea5c2144896bf8537abe32168b0f7dede3

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: 4.4.5
manifest_hash: cc4f7a08a6eeed39d05fbfb84ff3df9215bdf0009945794b887b5e99cbaee95b manifest_hash: cc4f7a08a6eeed39d05fbfb84ff3df9215bdf0009945794b887b5e99cbaee95b
target: esp32 target: esp32
version: 1.0.0 version: 1.0.0

3213
sdkconfig

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff