auto load and dependency fix

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2025-06-25 07:47:23 +02:00
parent 00cfecf13a
commit ab14765750
5 changed files with 6 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ if (DEFINED ENV{IDF_PATH})
PRIV_REQUIRES
u8g2
led-manager
persistence-manager
)
return()
endif ()
@@ -38,4 +39,5 @@ target_include_directories(${PROJECT_NAME} PUBLIC include)
target_link_libraries(${PROJECT_NAME} PRIVATE
u8g2
led-manager
persistence-manager
)

View File

@@ -17,7 +17,7 @@
// Project-specific headers
#include "common/Widget.h"
#include "../../persistence-manager/include/IPersistenceManager.h"
#include "IPersistenceManager.h"
#include "u8g2.h"
class MenuItem;