explain_5.html 888 B

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html style="width: fit-content">
  3. <head>
  4. <title>jomjol - AI on the edge</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <style>
  8. .h_iframe iframe {width:995px;height:605px;}
  9. .h_iframe {width:995px;height:605px;}
  10. h1 {font-size: 2em; margin-block-end: 0.3em;}
  11. h2 {font-size: 1.5em;margin-block-start: 0.3em;}
  12. h3 {font-size: 1.2em;}
  13. p {font-size: 1em;}
  14. </style>
  15. </head>
  16. <body style="font-family: arial">
  17. <h4>General configuration parameters</h4>
  18. Here you define additional setting. The settings should fit for a normal setup. </p>
  19. <p>
  20. Only if you want to connect to a MQTT-broker you need to adjust the corresponding parameters.
  21. </p>
  22. <p>
  23. Don't forget to save your changes with <b>"Update Config.ini"</b>!.
  24. <br>You should not reboot here, but leave the setup modus on the next page.
  25. </p>
  26. </body>
  27. </html>