Browse Source

config: remove obsolete call to addextrainfo()

Intended to be used for setting date & time from the host. That can be
done separately.
H. Peter Anvin 2 years ago
parent
commit
305ebb291e
4 changed files with 1 additions and 2 deletions
  1. BIN
      esp32/output/max80.ino.bin
  2. 1 2
      esp32/www/config.html
  3. BIN
      fpga/output/v1.fw
  4. BIN
      fpga/output/v2.fw

BIN
esp32/output/max80.ino.bin


+ 1 - 2
esp32/www/config.html

@@ -8,8 +8,7 @@
   <body>
     <script>inc("head.html")</script>
     <h1 class="config">Configuration</h1>
-    <form id="setconfig" action="sys/setconfig" enctype="text/plain"
-	  method="post" onsubmit="addextrainfo(event)">
+    <form id="setconfig" action="sys/setconfig" enctype="text/plain" method="post">
       <fieldset class="network">
 	<legend>Network</legend>
 	<div>

BIN
fpga/output/v1.fw


BIN
fpga/output/v2.fw