Skip to content

Commit 28308ae

Browse files
committed
Fix bearer open token
1 parent f7eba0a commit 28308ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Http.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
#define DOWNLOAD "DOWNLOAD"
5151
#define HTTP_200 ",200,"
5252
#define CONNECTED "+CREG: 0,1"
53-
#define BEARER_OPEN "+SAPBR:1,1"
53+
#define BEARER_OPEN "+SAPBR: 1,1"
5454

5555

5656
Result HTTP::configureBearer(const char *apn){

0 commit comments

Comments
 (0)