File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,23 +128,23 @@ class BlinkerSerialBLE : public BlinkerApi
128
128
}
129
129
else if (ss_rx_pin == 19 && ss_tx_pin == 18 ){
130
130
BApi::begin ();
131
- Serial .begin (ss_baud);
131
+ Serial1 .begin (ss_baud);
132
132
Transp.begin (Serial1, true );
133
133
transport (Transp);
134
134
BLINKER_LOG (BLINKER_F (" SerialBLE initialized..." ));
135
135
return ;
136
136
}
137
137
else if (ss_rx_pin == 17 && ss_tx_pin == 16 ){
138
138
BApi::begin ();
139
- Serial .begin (ss_baud);
139
+ Serial2 .begin (ss_baud);
140
140
Transp.begin (Serial2, true );
141
141
transport (Transp);
142
142
BLINKER_LOG (BLINKER_F (" SerialBLE initialized..." ));
143
143
return ;
144
144
}
145
145
else if (ss_rx_pin == 15 && ss_tx_pin == 14 ){
146
146
BApi::begin ();
147
- Serial .begin (ss_baud);
147
+ Serial3 .begin (ss_baud);
148
148
Transp.begin (Serial3, true );
149
149
transport (Transp);
150
150
BLINKER_LOG (BLINKER_F (" SerialBLE initialized..." ));
You can’t perform that action at this time.
0 commit comments