Browse Source

Update epdif.h

Correct spelling of include file for all OS (now only compile for Windows, which is not care about upper/lower case)
berrak 4 năm trước cách đây
mục cha
commit
2c7bd82fae
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Arduino/epd1in54_V2/epdif.h

+ 1 - 1
Arduino/epd1in54_V2/epdif.h

@@ -28,7 +28,7 @@
 #ifndef EPDIF_H
 #define EPDIF_H
 
-#include <arduino.h>
+#include <Arduino.h>
 
 // Pin definition
 #define RST_PIN         8