We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e973e01 + 624af63 commit 50c8d9bCopy full SHA for 50c8d9b
src/ArduinoCellular.h
@@ -70,6 +70,7 @@ class SMS {
70
* @param timestamp The timestamp when the SMS was received.
71
*/
72
SMS(int16_t index, String sender, String message, Time timestamp) {
73
+ this->index = index;
74
this->sender = sender;
75
this->message = message;
76
this->timestamp = timestamp;
0 commit comments