mirror of https://github.com/arendst/Tasmota.git
fix codec compilation on IDF5.1 (#19546)
This commit is contained in:
parent
d6a9eaf8aa
commit
aa4464389f
|
@ -27,6 +27,7 @@
|
|||
#include <Wire.h>
|
||||
#include <string.h>
|
||||
#include "esp_log.h"
|
||||
#include "rom/ets_sys.h"
|
||||
#include "es7210.h"
|
||||
|
||||
|
||||
|
|
|
@ -27,7 +27,8 @@
|
|||
#include <freertos/FreeRTOS.h>
|
||||
#include "string.h"
|
||||
#include "esp_log.h"
|
||||
#include "es7243e.h"
|
||||
#include "rom/ets_sys.h"
|
||||
#include "es7243e.h"
|
||||
|
||||
|
||||
static const char *TAG = "DRV7243E";
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
#include <freertos/FreeRTOS.h>
|
||||
#include "string.h"
|
||||
#include "esp_log.h"
|
||||
#include "rom/ets_sys.h"
|
||||
#include "es8156.h"
|
||||
|
||||
/*
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
#include <Wire.h>
|
||||
#include <string.h>
|
||||
#include "esp_log.h"
|
||||
#include "rom/ets_sys.h"
|
||||
#include "es8311.h"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue