Qrome - updated comments in Settings.h

pull/7/head
Chrome Legion 2018-05-25 22:23:17 -07:00
parent e2bf33b86b
commit ba566776b4
1 changed files with 8 additions and 8 deletions

View File

@ -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.
// 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)
#include "SH1106Wire.h"
#else