make wifi_draw.js draw connections correctly, and use tabs instead of spaces
This commit is contained in:
parent
fe1e9a8963
commit
ad14587fbb
|
|
@ -27,7 +27,7 @@ function updateLogicLists() {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Function to draw lines between linked transmitters and receivers
|
// Function to draw lines between linked transmitters and receivers
|
||||||
function drawLinks() {
|
function drawLinks(ctx) {
|
||||||
// Iterate through transmitters and receivers to draw lines for linked channels
|
// Iterate through transmitters and receivers to draw lines for linked channels
|
||||||
for (const transmitter of logicTransmitters) {
|
for (const transmitter of logicTransmitters) {
|
||||||
for (const receiver of logicReceivers) {
|
for (const receiver of logicReceivers) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue