Enhance logging functionality across multiple scripts, enabling debug mode checks and detailed communication logs for serial connections and firmware updates.
This commit is contained in:
@@ -343,7 +343,7 @@ echo '
|
||||
<script src = "./assets/DYMO.Label.Framework.latest.js?'.script_version.'" type="text/javascript" charset="UTF-8"> </script>
|
||||
<script>
|
||||
var link = "'.$baseurl.'";
|
||||
|
||||
var DEBUG = '.(debug ? 'true' : 'false').';
|
||||
function startGraph(){
|
||||
setInterval(renderChart,5000);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user