mirror of
https://gitlab.com/zwirbel/illucat.git
synced 2025-12-16 01:58:47 +01:00
multiple web config
This commit is contained in:
@@ -11,11 +11,24 @@
|
||||
<button class="js-restart">Restart</button>
|
||||
<br>
|
||||
<br>
|
||||
<form action="/config" method="post">
|
||||
<textarea name="config" class="js-config" rows="20" cols="50"></textarea>
|
||||
<br>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
<fieldset>
|
||||
<legend>Network</legend>
|
||||
<form action="/config" method="post">
|
||||
<input type="hidden" name="fileName" value="/config.json">
|
||||
<textarea name="config" class="js-config" rows="20" cols="50"></textarea>
|
||||
<br>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
<legend>NeoPixel Config</legend>
|
||||
<form action="/config" method="post">
|
||||
<input type="hidden" name="fileName" value="/pixelConfig.json">
|
||||
<textarea name="config" class="js-config" rows="20" cols="50"></textarea>
|
||||
<br>
|
||||
<input type="submit" value="Submit">
|
||||
</form>
|
||||
</fieldset>
|
||||
|
||||
</body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user