make v1 configurable (#17987)

This commit is contained in:
gemu 2023-02-19 11:30:54 +01:00 committed by GitHub
parent 5eecd7f7b4
commit 90dc644412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -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