We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df7831a commit 4c20984Copy full SHA for 4c20984
examples/sms_send_example/sms_send_example.ino
@@ -12,7 +12,6 @@ void setup() {
12
sim900.sendSMS("+XXxxxxxxxxxx", "Hello, world!!")
13
? "Sent!" : "Not sent."
14
);
15
- sim900.close();
16
}
17
18
void loop() { }
0 commit comments