From b5a72b12f5c42bcce5bffb8bb4c3c915074d4e73 Mon Sep 17 00:00:00 2001 From: Liu Zhongwei Date: Mon, 27 May 2024 14:04:54 +0800 Subject: [PATCH] fix(config): fix wrong header order --- CHANGELOG.md | 5 ++--- library.properties | 2 +- src/ESP_PanelVersions.h | 2 +- src/ESP_Panel_Board_Internal.h | 4 ++-- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c9dc095..97e3bfe6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,15 @@ # ChangeLog -## v0.1.3 - 2024-05-26 +## v0.1.2 - 2024-05-27 ### Enhancements: * feat(config): add version control for all configuration files by @lzw655 (#32) -## v0.1.2 - 2024-05-17 - ### Bugfixes: * fix(docs): fix broken links in 'Panel Test Example' README by @lboue (#27) +* fix(config): fix wrong header order by @lzw655 (#35) ## v0.1.1 - 2024-05-16 diff --git a/library.properties b/library.properties index ff8c0046..68a7f205 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=ESP32_Display_Panel -version=0.1.3 +version=0.1.2 author=espressif maintainer=espressif sentence=ESP32_Display_Panel is an Arduino library designed for ESP SoCs to drive display panels and facilitate rapid GUI development. diff --git a/src/ESP_PanelVersions.h b/src/ESP_PanelVersions.h index 0bdc7833..a5108cf2 100644 --- a/src/ESP_PanelVersions.h +++ b/src/ESP_PanelVersions.h @@ -11,7 +11,7 @@ /* Library Version */ #define ESP_PANEL_VERSION_MAJOR 0 #define ESP_PANEL_VERSION_MINOR 1 -#define ESP_PANEL_VERSION_PATCH 3 +#define ESP_PANEL_VERSION_PATCH 2 /* File `ESP_Panel_Conf.h` */ #define ESP_PANEL_CONF_VERSION_MAJOR 0 diff --git a/src/ESP_Panel_Board_Internal.h b/src/ESP_Panel_Board_Internal.h index 2d394cc0..e1d53bb6 100644 --- a/src/ESP_Panel_Board_Internal.h +++ b/src/ESP_Panel_Board_Internal.h @@ -16,6 +16,8 @@ #endif #endif +#include "ESP_PanelTypes.h" + /* If "ESP_Panel_*_Board.h" are available from here, try to use them later */ #ifdef __has_include #if __has_include("ESP_Panel_Board_Supported.h") @@ -83,8 +85,6 @@ #include "board/ESP_PanelBoard.h" #endif -#include "ESP_PanelTypes.h" - /* Define some special macros for devices */ /*-------------------------------- LCD Related --------------------------------*/ #if ESP_PANEL_USE_LCD