Compare commits

...

2 Commits

Author SHA1 Message Date
7edf81ed1a Fixed warning 2022-08-19 16:24:43 +02:00
19333fd774 Downgrade for old compiler 2022-07-11 16:03:50 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include "esp8266-compat.h"
#include "soc/gpio_reg.h"
#include "soc/rmt_struct.h"
#include "driver/periph_ctrl.h"
#include <esp_private/periph_ctrl.h>
#include "esp_intr_alloc.h"
#include "hal/rmt_ll.h"
#include "driver/rmt.h"

View File

@ -31,6 +31,7 @@ extern "C" {
#include <esp_log.h>
#include <utility>
#include <fmt/core.h>
#include <futurecpp.h>
#include "esp32-hal-i2c.h"
#include "esp32-hal-log.h"