Skip to content

Commit 4c20984

Browse files
committedMay 7, 2024
Minor fix on sms_send_example.
1 parent df7831a commit 4c20984

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎examples/sms_send_example/sms_send_example.ino

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ void setup() {
1212
sim900.sendSMS("+XXxxxxxxxxxx", "Hello, world!!")
1313
? "Sent!" : "Not sent."
1414
);
15-
sim900.close();
1615
}
1716

1817
void loop() { }

0 commit comments

Comments
 (0)