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

Commit 1d700a8

Browse files
authored
Update SIM800L.cpp
1 parent 409bb5c commit 1d700a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SIM800L.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ void SIM800L::reset() {
476476
/**
477477
* Return the size of data received after the last successful HTTP connection
478478
*/
479-
uint8_t SIM800L::getDataSizeReceived() {
479+
uint16_t SIM800L::getDataSizeReceived() {
480480
return dataSize;
481481
}
482482

0 commit comments

Comments
 (0)