diff --git a/bandwidth/bandwidth.js b/bandwidth/bandwidth.js index aed80c5..c671bcf 100644 --- a/bandwidth/bandwidth.js +++ b/bandwidth/bandwidth.js @@ -1062,8 +1062,9 @@ async function Load_CTA_861() { DEBUG('CTA Test 6'); // Loads the timing definitions for the CTA-861 standard from a csv file response = await fetch('CTA861.txt'); - CTA861 = await response.text(); - DEBUG(await response.text()); + CTA861 = $.csv.toObjects(await response.text()); + sleep(100); + DEBUG(CTA861); } diff --git a/bandwidth/index.html b/bandwidth/index.html index 7c251c4..c17fd7b 100644 --- a/bandwidth/index.html +++ b/bandwidth/index.html @@ -31,7 +31,7 @@