mirror of
https://github.com/meshtastic/firmware.git
synced 2025-04-25 17:42:48 +00:00
USE_SH1106 error fix
Fix for USE_SH1106 compilation error
This commit is contained in:
parent
676a6f3bea
commit
afa12d6e87
@ -22,6 +22,8 @@ class Screen
|
||||
|
||||
#include <OLEDDisplayUi.h>
|
||||
|
||||
#include "../configuration.h"
|
||||
|
||||
#ifdef USE_SH1106
|
||||
#include <SH1106Wire.h>
|
||||
#elif defined(USE_ST7567)
|
||||
|
Loading…
Reference in New Issue
Block a user