Moved settings #defines to settings.h

I did feel like they belong in config.h
This commit is contained in:
Mikael Degerfält 2019-06-04 23:17:43 +02:00
parent 4bf2a3a91e
commit 58ea673994
4 changed files with 112 additions and 102 deletions

View file

@ -8,6 +8,7 @@
#include <Adafruit_GFX.h>
#include <Adafruit_SSD1306.h>
#include <Adafruit_MPR121.h>
#include "settings.h"
//#ifndef SSD1306_128_64
//#error("Incorrect display type, please fix Adafruit_SSD1306.h!");