update bluetoothType=2 test

This commit is contained in:
richonguzman 2024-05-23 13:50:16 -04:00
parent adabb0bd4e
commit 7ae6cd74cb
1 changed files with 3 additions and 1 deletions

View File

@ -134,7 +134,9 @@ namespace BLE_Utils {
}
if (Config.bluetoothType == 0) {
txBLE((byte)KissChar::Fend);
}
} else if (Config.bluetoothType == 2) {
txBLE('\n');
}
}
void sendToPhone(const String& packet) {