This commit is contained in:
Foti Dim
2024-03-13 21:36:36 +01:00
parent d5b111288c
commit 3a1c76be8c
+1 -2
View File
@@ -158,8 +158,7 @@ UniversalBle.enableBluetooth();
## Command Queue
By default, all commands will be executed in a queue. Each command will wait for the previous one to finish.
Some platforms (e.g. Android) will fail to send consecutive commands without any delay between them so it is a good idea to leave to queue enabled.
By default, all commands are executed in a queue, with each command waiting for the previous one to finish. This is because some platforms (e.g. Android) may fail to send consecutive commands without a delay between them. Therefore, it is a good idea to leave the queue enabled.
```dart
// Disable queue