From a8265c958087da3f7e318d1e1a6ffe0eb176fbaa Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 12 Feb 2024 20:51:34 +0100 Subject: [PATCH] fixed the ESP32 build action - Changed include name to fix build actions - Removes Changes in this fork from readme --- Platformio/src/gui_general_and_keys/guiRegistry.cpp | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Platformio/src/gui_general_and_keys/guiRegistry.cpp b/Platformio/src/gui_general_and_keys/guiRegistry.cpp index e1a6011..7a87dce 100644 --- a/Platformio/src/gui_general_and_keys/guiRegistry.cpp +++ b/Platformio/src/gui_general_and_keys/guiRegistry.cpp @@ -1,7 +1,7 @@ #include #include #include -#include "guiregistry.h" +#include "guiRegistry.h" // https://stackoverflow.com/questions/840501/how-do-function-pointers-in-c-work struct gui_definition { diff --git a/README.md b/README.md index 0e5fcd4..6797f0c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -# Changes in this fork -For changes in this fork, please see https://github.com/CoretechR/OMOTE/discussions/58 - # OMOTE - Open Universal Remote ![](P1030424_small.jpg)