CTA Test 7
This commit is contained in:
parent
2f9d4fbc6e
commit
e490333d3d
@ -1062,8 +1062,9 @@ async function Load_CTA_861() {
|
|||||||
DEBUG('CTA Test 6');
|
DEBUG('CTA Test 6');
|
||||||
// Loads the timing definitions for the CTA-861 standard from a csv file
|
// Loads the timing definitions for the CTA-861 standard from a csv file
|
||||||
response = await fetch('CTA861.txt');
|
response = await fetch('CTA861.txt');
|
||||||
CTA861 = await response.text();
|
CTA861 = $.csv.toObjects(await response.text());
|
||||||
DEBUG(await response.text());
|
sleep(100);
|
||||||
|
DEBUG(CTA861);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
<div class="wrapper">
|
<div class="wrapper">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i> Video Bandwidth Calculator (CTA Test 6)</a>
|
<a href="https://glenwing.github.io"><i class="material-icons back_arrow">subdirectory_arrow_left</i> Video Bandwidth Calculator (CTA Test 7)</a>
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user