Update short_antenna.html

pull/2/head
miguel 2023-03-20 22:48:58 +11:00
rodzic 8306545cb8
commit 2e7358e7fc
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -337,7 +337,7 @@
fctx.textAlign = "center";
fctx.fillText("Wire : " + (40-conductor_diameter_slider.value).toString() + "AWG : " +
"\u2300 = " + cond_diameter_inches.toFixed(4).toString() + "\" " +
"(" + cond_diameter_mm.toFixed(3).toString() + " mm)", loopx, 18);
"(" + cond_diameter_mm.toFixed(3).toString() + " mm)", loopx, 16);
const wire_x = win_width * 0.50;
const up_wire_top_y = win_height * 0.1;