Skip to content

Commit

Permalink
undo extra commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ladyada committed Sep 27, 2021
1 parent e4af5ed commit 684b423
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Adafruit_FONA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Adafruit_FONA::Adafruit_FONA(int8_t rst) {
apnusername = 0;
apnpassword = 0;
mySerial = 0;
httpsredirect = true;
httpsredirect = false;
useragent = F("FONA");
ok_reply = F("OK");
}
Expand Down Expand Up @@ -118,9 +118,6 @@ bool Adafruit_FONA::begin(Stream &port) {
// turn on hangupitude
sendCheckReply(F("AT+CVHU=0"), ok_reply);

// turn on SSL support
sendCheckReply(F("AT+CVHU=0"), ok_reply);

delay(100);
flushInput();

Expand Down

0 comments on commit 684b423

Please sign in to comment.