Skip to content

Commit 442d42e

Browse files
committed
fix(io_expander): remove incompatiable header
1 parent 7eb03b6 commit 442d42e

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# ChangeLog
22

3+
## v1.0.2 - 2025-03-24
4+
5+
### Bugfixes:
6+
7+
* fix(io_expander): remove incompatible header (#175)
8+
39
## v1.0.1 - 2025-03-13
410

511
### Enhancements:

idf_component.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: "1.0.1"
1+
version: "1.0.2"
22
description: ESP32_Display_Panel is a display driver and GUI porting library designed by Espressif specifically for ESP series SoCs (ESP32, ESP32-S3, ESP32-P4, etc.)
33
url: https://github.com/esp-arduino-libs/ESP32_Display_Panel
44
repository: https://github.com/esp-arduino-libs/ESP32_Display_Panel.git

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ESP32_Display_Panel
2-
version=1.0.1
2+
version=1.0.2
33
author=espressif
44
maintainer=espressif
55
sentence=ESP32_Display_Panel is a display driver and GUI porting library designed by Espressif specifically for ESP series SoCs (ESP32, ESP32-S3, ESP32-P4, etc.)

src/drivers/io_expander/esp_panel_io_expander_adapter.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66
#pragma once
77

8-
#include <concepts>
98
#include "utils/esp_panel_utils_log.h"
109
#include "utils/esp_panel_utils_cxx.hpp"
1110
#include "drivers/host/esp_panel_host_i2c.hpp"

src/esp_panel_versions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/* Library Version */
99
#define ESP_PANEL_VERSION_MAJOR 1
1010
#define ESP_PANEL_VERSION_MINOR 0
11-
#define ESP_PANEL_VERSION_PATCH 1
11+
#define ESP_PANEL_VERSION_PATCH 2
1212

1313
/* File `esp_panel_drivers_conf.h` */
1414
#define ESP_PANEL_DRIVERS_CONF_VERSION_MAJOR 1

0 commit comments

Comments
 (0)