Skip to content

Commit

Permalink
Add LCD menu and menu screen includes to ItemSubMenu header.
Browse files Browse the repository at this point in the history
- Include "LcdMenu.h" and "MenuScreen.h" in the ItemSubMenu header file.
  • Loading branch information
forntoh committed Oct 27, 2024
1 parent 2e9dd10 commit 32c3bb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ItemSubMenu.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#pragma once

#include "BaseItemZeroWidget.h"
#include "LcdMenu.h"
#include "MenuScreen.h"

/**
* @class ItemSubMenu
Expand Down

0 comments on commit 32c3bb7

Please sign in to comment.