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

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

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

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