Skip to content

Commit f9cef7f

Browse files
Merge pull request #132 from danbates2/patch-1
Update DateStrings.cpp
2 parents d4fafb2 + 28f7067 commit f9cef7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DateStrings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#define PGM_P const char *
1818
#define pgm_read_byte(addr) (*(const unsigned char *)(addr))
1919
#define pgm_read_word(addr) (*(const unsigned char **)(addr))
20-
#ifndef ESP8266
20+
#ifdef ESP8266
2121
#ifndef strcpy_P
2222
#define strcpy_P(dest, src) strcpy((dest), (src))
2323
#endif

0 commit comments

Comments
 (0)