Update ESP32-HUB75-MatrixPanel-I2S-DMA.h

Reset initialized to false on delete.
This commit is contained in:
mrfaptastic 2021-08-17 10:51:24 +01:00 committed by GitHub
parent 97308637b4
commit c050d541f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -407,6 +407,9 @@ class MatrixPanel_I2S_DMA {
if (m_cfg.double_buff) if (m_cfg.double_buff)
delete dmadesc_b; delete dmadesc_b;
initialized = false;
} }