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()
8585
8686 /* A0 -> LOCAL_ENABLE -> DO NOT feed power from board to network. */
8787 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. */
8989 tc6_inst->digitalWrite (TC6::DIO::A1, true );
9090
9191 Serial.println (" PoDL-Sink-Auto-TurnOff" );
Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ void setup()
8585
8686 /* A0 -> LOCAL_ENABLE -> feed power from board to network. */
8787 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. */
8989 tc6_inst->digitalWrite (TC6::DIO::A1, true );
9090
9191 Serial.println (" PoDL-Source" );
You can’t perform that action at this time.
0 commit comments