mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-08 19:07:26 +00:00
fix stuff i somehow inadvertently broke.
This commit is contained in:
@@ -944,7 +944,6 @@ void Screen::setup()
|
||||
dispdev.setSubtype(7);
|
||||
#endif
|
||||
|
||||
|
||||
// Initialising the UI will init the display too.
|
||||
ui.init();
|
||||
|
||||
|
||||
@@ -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