From 0ac251cf42daea8090faf927ba110d28e3b56635 Mon Sep 17 00:00:00 2001 From: Rene Zeldenthuis Date: Tue, 13 Sep 2022 01:03:05 +0200 Subject: [PATCH] fixed html --- html/index.html | 92 +++++++++++++++++++++++++++++---------------- include/html_data.h | 2 +- src/main.cpp | 3 +- 3 files changed, 62 insertions(+), 35 deletions(-) diff --git a/html/index.html b/html/index.html index dddb181..255c170 100644 --- a/html/index.html +++ b/html/index.html @@ -24,13 +24,26 @@
ESP32
-
    -
  • CPU model: {{ChipModel}}
  • -
  • CPU speed: {{CpuFreqMHz}}Mhz
  • -
  • Mac address: {{MacAddress}}
  • -
  • IPv4 address: {{IpV4}}
  • -
  • IPv6 address: {{IpV6}}
  • -
+
+
CPU model:
+
{{ChipModel}}
+
+
+
CPU speed:
+
{{CpuFreqMHz}}Mhz
+
+
+
Mac address:
+
{{MacAddress}}
+
+
+
IPv4 address:
+
{{IpV4}}
+
+
+
IPv6 address:
+
{{IpV6}}
+
{{#NetworkState.ApMode}} {{/NetworkState.OnLine}} -
Settings
-
    -
  • Camera type: {{CameraType}}
  • -
  • Frame rate: {{FrameDuration}} ms ({{FrameFrequency}} f/s)
  • -
  • Frame size: {{FrameSize}}
  • -
  • Frame buffer location: {{FrameBufferLocation}}
  • -
  • Frame buffers: {{FrameBuffers}}
  • -
  • -
    - JPEG quality: +
    +
    Camera type:
    +
    {{CameraType}}
    +
    +
    +
    Frame rate:
    +
    {{FrameDuration}} ms ({{FrameFrequency}} f/s)
    +
    +
    +
    Frame size:
    +
    {{FrameSize}}
    +
    +
    +
    Frame buffer location:
    +
    {{FrameBufferLocation}}
    +
    +
    +
    Frame buffers:
    +
    {{FrameBuffers}}
    +
    +
    +

    JPEG quality:

    +
    +
    + {{JpegQuality}}
    -
    -
    -
    - {{JpegQuality}} -
    -
    -
    -
  • -
+
+
{{#CameraInitialized}}