浏览代码

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 年之前
父节点
当前提交
305ebb291e
共有 4 个文件被更改,包括 1 次插入2 次删除
  1. 二进制
      esp32/output/max80.ino.bin
  2. 1 2
      esp32/www/config.html
  3. 二进制
      fpga/output/v1.fw
  4. 二进制
      fpga/output/v2.fw

二进制
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>

二进制
fpga/output/v1.fw


二进制
fpga/output/v2.fw