mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-13 08:25:05 +01:00
Update options.h
This commit is contained in:
parent
23d900aad4
commit
198633fd2b
@ -2,6 +2,7 @@
|
||||
// !!! CHOOSE HARDWARE VERSION !!!
|
||||
//******************************************
|
||||
// Remove // in front of the line with your hardware version
|
||||
//#define HW5
|
||||
//#define HW4
|
||||
//#define HW3
|
||||
//#define HW2
|
||||
@ -18,7 +19,7 @@
|
||||
//******************************************
|
||||
// Hardware Configurations
|
||||
//******************************************
|
||||
#if defined(HW4)
|
||||
#if (defined(HW4) || defined(HW5))
|
||||
#define enable_LCD
|
||||
#define enable_neopixel
|
||||
#define enable_rotary
|
||||
|
Loading…
Reference in New Issue
Block a user