diff --git a/examples/Esp32-platformIO/t-call-esp32-sim800l-alpn-protos/src/main.cpp b/examples/Esp32-platformIO/t-call-esp32-sim800l-alpn-protos/src/main.cpp index 717a3c7..28c756d 100644 --- a/examples/Esp32-platformIO/t-call-esp32-sim800l-alpn-protos/src/main.cpp +++ b/examples/Esp32-platformIO/t-call-esp32-sim800l-alpn-protos/src/main.cpp @@ -3,6 +3,7 @@ #include #include "ca_cert.h" #include +#include #define MODEM_UART_BAUD 115200 #define MODEM_RST 5 @@ -165,7 +166,7 @@ void loop() { serialMonitor.println("GPRS disconnected"); digitalWrite(LED_PIN, LOW); - //Turn off the moden (if use, you need run setupModem() again) + //Turn off the modem (if use, you need run setupModem() again) //modem.poweroff(); //serialMonitor.println("Modem poweroff"); //delay(1000);