Qrome - updated comments in Settings.h
parent
e2bf33b86b
commit
ba566776b4
|
|
@ -77,7 +77,7 @@ boolean ENABLE_OTA = true; // this will allow you to load firmware to the devic
|
||||||
|
|
||||||
String themeColor = "light-green"; // this can be changed later in the web interface.
|
String themeColor = "light-green"; // this can be changed later in the web interface.
|
||||||
|
|
||||||
// Define the type of display you are using above and include the right lib
|
// SSD1306 is default - if DISPLAY_SH1106 is defined then it will use SH1106
|
||||||
#if defined(DISPLAY_SH1106)
|
#if defined(DISPLAY_SH1106)
|
||||||
#include "SH1106Wire.h"
|
#include "SH1106Wire.h"
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue