mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-03 03:09:59 +00:00
Merge pull request #830 from dmitryelj/master
USE_SH1106 compilation error fix
This commit is contained in:
commit
b2524ceaff
@ -22,6 +22,8 @@ class Screen
|
|||||||
|
|
||||||
#include <OLEDDisplayUi.h>
|
#include <OLEDDisplayUi.h>
|
||||||
|
|
||||||
|
#include "../configuration.h"
|
||||||
|
|
||||||
#ifdef USE_SH1106
|
#ifdef USE_SH1106
|
||||||
#include <SH1106Wire.h>
|
#include <SH1106Wire.h>
|
||||||
#elif defined(USE_ST7567)
|
#elif defined(USE_ST7567)
|
||||||
|
Loading…
Reference in New Issue
Block a user