We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425b334 commit f539a1fCopy full SHA for f539a1f
ArduinoFrontend/src/app/Libs/General.ts
@@ -472,7 +472,7 @@ export class BreadBoard extends CircuitElement {
472
}
473
if (end.label === '-') {
474
rail = end.id % 4 === 0 ? 'minus1' : 'minus2';
475
- }
+ }
476
// console.log(`Pin connected to: ${rail}`);
477
if (!rail || !poweredRail.includes(rail)) {
478
allConnected = false;
0 commit comments