mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-09 04:56:53 +03:00
Rolling 20210701
This commit is contained in:
@@ -44,7 +44,7 @@ function createReader(file) {
|
||||
|
||||
|
||||
|
||||
function ZerlegeZeile(input, delimiter = " =,\t")
|
||||
function ZerlegeZeile(input, delimiter = " =,\t\r")
|
||||
{
|
||||
var Output = Array(0);
|
||||
// delimiter = " =,\t";
|
||||
@@ -106,6 +106,11 @@ function trim(istring, adddelimiter)
|
||||
}
|
||||
|
||||
|
||||
function getConfig()
|
||||
{
|
||||
return config_gesamt;
|
||||
}
|
||||
|
||||
|
||||
function loadConfig(_basepath) {
|
||||
var xhttp = new XMLHttpRequest();
|
||||
|
||||
Reference in New Issue
Block a user