Update espressif32 to v5.2.0

This commit is contained in:
jomjol
2022-10-08 10:51:19 +02:00
parent 006fb6a611
commit 641609e187
5 changed files with 9 additions and 7 deletions

View File

@@ -269,7 +269,8 @@ private:
std::unique_ptr< Rgb[] > _secondBuffer;
Rgb *_buffer;
xSemaphoreHandle _finishedFlag;
SemaphoreHandle_t _finishedFlag;
// xSemaphoreHandle _finishedFlag;
int _pixelPosition;
int _componentPosition;