mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
feat(coex): update coexist debug default event
This commit is contained in:
parent
5de8b483ea
commit
1bb0b02c55
@ -16,7 +16,7 @@ void diagram_bind_io_to_evt(void) {
|
||||
coex_bind_io_to_evt(1, 16);
|
||||
#else
|
||||
coex_bind_io_to_evt(0, 0);
|
||||
coex_bind_io_to_evt(1, 1);
|
||||
coex_bind_io_to_evt(1, 4);
|
||||
#endif
|
||||
/* Bind IO to Wi-Fi evt */
|
||||
wifi_bind_io_to_evt(2, 9);
|
||||
@ -35,7 +35,7 @@ void diagram_bind_io_to_evt(void) {
|
||||
coex_bind_io_to_evt(1, 16);
|
||||
#else
|
||||
coex_bind_io_to_evt(0, 0);
|
||||
coex_bind_io_to_evt(1, 1);
|
||||
coex_bind_io_to_evt(1, 4);
|
||||
#endif
|
||||
/* Bind IO to Wi-Fi evt */
|
||||
wifi_bind_io_to_evt(2, 9);
|
||||
|
Loading…
x
Reference in New Issue
Block a user