Merge pull request #830 from dmitryelj/master

USE_SH1106 compilation error fix
This commit is contained in:
Kevin Hester 2021-08-01 14:06:42 -07:00 committed by GitHub
commit b2524ceaff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,6 +22,8 @@ class Screen
#include <OLEDDisplayUi.h>
#include "../configuration.h"
#ifdef USE_SH1106
#include <SH1106Wire.h>
#elif defined(USE_ST7567)