mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
esp32_camera: Set framebuffer task prio to 1 (#5943)
This commit is contained in:
parent
8a23b7e0c8
commit
8653972cb8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ void ESP32Camera::setup() {
|
|||
"framebuffer_task", // name
|
||||
1024, // stack size
|
||||
nullptr, // task pv params
|
||||
0, // priority
|
||||
1, // priority
|
||||
nullptr, // handle
|
||||
1 // core
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue