diff options
| author | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2022-10-23 12:41:45 +0100 |
|---|---|---|
| committer | mrfaptastic <12006953+mrfaptastic@users.noreply.github.com> | 2022-10-23 12:41:45 +0100 |
| commit | e9405a9ece557efd21a3ae46afd774182516dada (patch) | |
| tree | e1a549567f38401fc8befa1a7d98b653449797ce /src | |
| parent | 0cba8a7345d21a252ed67c7fb8b0dae46cce731d (diff) | |
Fix CI issues
Diffstat (limited to 'src')
| -rw-r--r-- | src/ESP32-HUB75-MatrixPanel-I2S-DMA.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h b/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h index 0dbfd36..8fb90c7 100644 --- a/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h +++ b/src/ESP32-HUB75-MatrixPanel-I2S-DMA.h @@ -4,6 +4,9 @@ /* Core ESP32 hardware / idf includes! */ #include <vector> #include <memory> +#include <esp_err.h> +#include <esp_log.h> + //#include <Arduino.h> //#include "freertos/FreeRTOS.h" |
