Update epdif.h
Correct spelling of include file for all OS (now only compile for Windows, which is not care about upper/lower case)
This commit is contained in:
parent
66ff76f87e
commit
2c7bd82fae
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
#ifndef EPDIF_H
|
||||
#define EPDIF_H
|
||||
|
||||
#include <arduino.h>
|
||||
#include <Arduino.h>
|
||||
|
||||
// Pin definition
|
||||
#define RST_PIN 8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue