mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
fix stuff i somehow inadvertently broke.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#if !HAS_SCREEN
|
||||
#include "power.h"
|
||||
#include <OLEDDisplay.h>
|
||||
namespace graphics
|
||||
{
|
||||
// Noop class for boards without screen.
|
||||
@@ -24,7 +25,6 @@ class Screen
|
||||
void startFirmwareUpdateScreen() {}
|
||||
};
|
||||
} // namespace graphics
|
||||
|
||||
#else
|
||||
#include <cstring>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user