Boost ver

This commit is contained in:
Volodymyr Shymanskyy
2017-09-12 12:55:02 +03:00
parent e8e0479ab1
commit 60962d03e8
4 changed files with 4 additions and 4 deletions

View File

@@ -80,7 +80,7 @@ void setup() {
void loop() {
if (!modem.hasSSL()) {
Serial.print("SSL is not supported by this modem");
Serial.println("SSL is not supported by this modem");
delay(10000);
return;
}