mirror of
https://github.com/espressif/esp-nimble.git
synced 2026-08-05 17:47:53 +00:00
apps/blestress: run all tests
All implemented tests are working now - run all of them.
This commit is contained in:
committed by
Krzysztof Kopyściński
parent
339f1d8b5a
commit
8debcf0c46
@@ -1456,12 +1456,6 @@ rx_stress_main_task_fn(void *arg)
|
||||
|
||||
/* Standard tests perform */
|
||||
for (i = 11; i < STRESS_UUIDS_NUM; ++i) {
|
||||
if (i == 7 || i == 8 || i == 13) {
|
||||
/* 7,8: PHY update tests cause that the device during the next test
|
||||
* will stuck somewhere and will reset. Skip them for now.
|
||||
* 13: Should work after fixing ble_gatts_notify_custom (nimble issue on GitHub)*/
|
||||
continue;
|
||||
}
|
||||
/* Start test. */
|
||||
rx_stress_start(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user