Skip to content

Commit f018341

Browse files
committed
changed const char* for DataCallback
1 parent 7838057 commit f018341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ESP8266.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
//#include <AltSoftSerial.h>
1414

15-
typedef int (*DataCallback)(char*);
15+
typedef int (*DataCallback)(const char*);
1616
typedef int (*DebugCallback)(const char*);
1717
typedef void (*ConnectCallback)(void);
1818

0 commit comments

Comments
 (0)