Add reference to old loading of iro.js and rangetouch.js

This commit is contained in:
Xaver 2023-12-20 11:30:28 +01:00
parent 201daf8ff3
commit 86d2998dc0
No known key found for this signature in database
GPG Key ID: 9872D7F5072789B2

View File

@ -335,6 +335,11 @@
</div>
<i id="roverstar" class="icons huge" onclick="setLor(0)">&#xe410;</i><br>
<!--
If you want to load iro.js and rangetouch.js as consecutive requests, you can do it like it was done in 0.14.0:
https://github.com/Aircoookie/WLED/blob/v0.14.0/wled00/data/index.htm
-->
<script src="iro.js"></script>
<script src="rangetouch.js"></script>
<script src="index.js"></script>