Skip to content

Commit

Permalink
test: fix broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertByrnes committed Jul 23, 2024
1 parent 3ab33eb commit ed0251d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include <ArduinoHttpClient.h>
#include "ca_cert.h"
#include <Wire.h>
#include <string>

#define MODEM_UART_BAUD 115200
#define MODEM_RST 5
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit ed0251d

Please sign in to comment.