mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/temp_fix_esp_event_test' into 'release/v4.3'
esp_event: lowered performance threshold temporarily for esp_event test See merge request espressif/esp-idf!19672
This commit is contained in:
commit
5b81524e63
@ -52,7 +52,7 @@
|
||||
|
||||
// events dispatched per second by event loop library
|
||||
#ifndef IDF_PERFORMANCE_MIN_EVENT_DISPATCH
|
||||
#define IDF_PERFORMANCE_MIN_EVENT_DISPATCH 25000
|
||||
#define IDF_PERFORMANCE_MIN_EVENT_DISPATCH 22000
|
||||
#endif
|
||||
#ifndef IDF_PERFORMANCE_MIN_EVENT_DISPATCH_PSRAM
|
||||
#define IDF_PERFORMANCE_MIN_EVENT_DISPATCH_PSRAM 21000
|
||||
|
Loading…
Reference in New Issue
Block a user