Skip to content
This repository was archived by the owner on Jun 2, 2024. It is now read-only.

Commit 409bb5c

Browse files
authored
Update SIM800L.h
1 parent 34e6fc6 commit 409bb5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SIM800L.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class SIM800L {
7878
uint16_t doPost(const char* url, const char* headers, const char* contentType, const char* payload, uint16_t clientWriteTimeoutMs, uint16_t serverReadTimeoutMs);
7979

8080
// Obtain results after HTTP successful connections (size and buffer)
81-
uint8_t getDataSizeReceived();
81+
uint16_t getDataSizeReceived();
8282
char* getDataReceived();
8383

8484
protected:

0 commit comments

Comments
 (0)