fixed the ESP32 build action
- Changed include name to fix build actions - Removes Changes in this fork from readme
This commit is contained in:
parent
7ba79d5c92
commit
a8265c9580
2 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <lvgl.h>
|
#include <lvgl.h>
|
||||||
#include "guiregistry.h"
|
#include "guiRegistry.h"
|
||||||
|
|
||||||
// https://stackoverflow.com/questions/840501/how-do-function-pointers-in-c-work
|
// https://stackoverflow.com/questions/840501/how-do-function-pointers-in-c-work
|
||||||
struct gui_definition {
|
struct gui_definition {
|
||||||
|
|
|
@ -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
|
# OMOTE - Open Universal Remote
|
||||||
|
|
||||||

|

|
||||||
|
|
Loading…
Add table
Reference in a new issue