update bluetoothType=2 test
This commit is contained in:
parent
adabb0bd4e
commit
7ae6cd74cb
|
|
@ -134,7 +134,9 @@ namespace BLE_Utils {
|
||||||
}
|
}
|
||||||
if (Config.bluetoothType == 0) {
|
if (Config.bluetoothType == 0) {
|
||||||
txBLE((byte)KissChar::Fend);
|
txBLE((byte)KissChar::Fend);
|
||||||
}
|
} else if (Config.bluetoothType == 2) {
|
||||||
|
txBLE('\n');
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void sendToPhone(const String& packet) {
|
void sendToPhone(const String& packet) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue