mirror of https://github.com/arendst/Tasmota.git
make v1 configurable (#17987)
This commit is contained in:
parent
5eecd7f7b4
commit
90dc644412
|
@ -26,9 +26,12 @@
|
|||
|
||||
#include <stdlib.h>
|
||||
#include "epd2in9.h"
|
||||
#include "tasmota_options.h"
|
||||
|
||||
|
||||
#ifndef EPD_29_V1
|
||||
#define EPD_29_V2
|
||||
#endif
|
||||
|
||||
|
||||
//#define BUSY_PIN 16
|
||||
|
||||
|
|
Loading…
Reference in New Issue