File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ void setup()
85
85
86
86
/* A0 -> LOCAL_ENABLE -> DO NOT feed power from board to network. */
87
87
tc6_inst->digitalWrite (TC6::DIO::A0, false );
88
- /* A1 -> T1S_DISBLE -> Open the switch connecting network to board by pulling EN LOW. */
88
+ /* A1 -> T1S_DISABLE -> Open the switch connecting network to board by pulling EN LOW. */
89
89
tc6_inst->digitalWrite (TC6::DIO::A1, true );
90
90
91
91
Serial.println (" PoDL-Sink-Auto-TurnOff" );
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ void setup()
85
85
86
86
/* A0 -> LOCAL_ENABLE -> feed power from board to network. */
87
87
tc6_inst->digitalWrite (TC6::DIO::A0, true );
88
- /* A1 -> T1S_DISBLE -> close the switch connecting network to board. */
88
+ /* A1 -> T1S_DISABLE -> close the switch connecting network to board. */
89
89
tc6_inst->digitalWrite (TC6::DIO::A1, true );
90
90
91
91
Serial.println (" PoDL-Source" );
You can’t perform that action at this time.
0 commit comments