WIP moving to separate files

This commit is contained in:
javl
2023-05-02 15:36:05 +02:00
parent 22127db17f
commit 51315c0054
5 changed files with 3255 additions and 998 deletions
+1 -1
View File
@@ -496,7 +496,7 @@
</section>
<section class="sub-section">
<button type="button" class="generate-button" onclick="outputString()">Generate code</button>
<button type="button" class="generate-button" onclick="generateOutputString()">Generate code</button>
<button type="button" id = "copy-button" onclick="copyOutput()">Copy Output</button>
<button type="button" id = "download-button" onclick="downloadFile()">Download as binary file (.bin)</button>
<textarea id="code-output" class="code-output"></textarea>