-
-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
109 changed files
with
117 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#include "lwesp/lwesp_netconn.h" | ||
#include "lwesp/lwesp_private.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#include "lwesp/apps/lwesp_cayenne.h" | ||
#include "lwesp/lwesp_mem.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#include "lwesp/apps/lwesp_cayenne_evt.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#include <ctype.h> | ||
#include "lwesp/apps/lwesp_http_server.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#include "lwesp/apps/lwesp_http_server.h" | ||
#include "lwesp/lwesp_mem.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#include "lwesp/apps/lwesp_http_server.h" | ||
#include "lwesp/apps/lwesp_http_server_fs.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#include "lwesp/apps/lwesp_http_server.h" | ||
#include "lwesp/apps/lwesp_http_server_fs.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#include "lwesp/apps/lwesp_mqtt_client.h" | ||
#include "lwesp/lwesp_mem.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#include "lwesp/apps/lwesp_mqtt_client_api.h" | ||
#include "lwesp/lwesp_mem.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#include "lwesp/apps/lwesp_mqtt_client_evt.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_APPS_H | ||
#define LWESP_HDR_APPS_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_APP_CAYENNE_H | ||
#define LWESP_HDR_APP_CAYENNE_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_APP_CAYENNE_EVT_H | ||
#define LWESP_HDR_APP_CAYENNE_EVT_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_HTTP_SERVER_H | ||
#define LWESP_HDR_HTTP_SERVER_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_HTTP_SERVER_FS_H | ||
#define LWESP_HDR_HTTP_SERVER_FS_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_APP_MQTT_CLIENT_H | ||
#define LWESP_HDR_APP_MQTT_CLIENT_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_APP_MQTT_CLIENT_API_H | ||
#define LWESP_HDR_APP_MQTT_CLIENT_API_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_APP_MQTT_CLIENT_EVT_H | ||
#define LWESP_HDR_APP_MQTT_CLIENT_EVT_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_H | ||
#define LWESP_HDR_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_AP_H | ||
#define LWESP_HDR_AP_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_BUFF_H | ||
#define LWESP_HDR_BUFF_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_CONN_H | ||
#define LWESP_HDR_CONN_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_DEBUG_H | ||
#define LWESP_HDR_DEBUG_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_DHCP_H | ||
#define LWESP_HDR_DHCP_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_DNS_H | ||
#define LWESP_HDR_DNS_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_EVT_H | ||
#define LWESP_HDR_EVT_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_HOSTNAME_H | ||
#define LWESP_HDR_HOSTNAME_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_INCLUDES_H | ||
#define LWESP_HDR_INCLUDES_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_INPUT_H | ||
#define LWESP_HDR_INPUT_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_INT_H | ||
#define LWESP_HDR_INT_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_MDNS_H | ||
#define LWESP_HDR_MDNS_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_MEM_H | ||
#define LWESP_HDR_MEM_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_NETCONN_H | ||
#define LWESP_HDR_NETCONN_H | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ | |
* This file is part of LwESP - Lightweight ESP-AT parser library. | ||
* | ||
* Author: Tilen MAJERLE <[email protected]> | ||
* Version: v1.1.1-dev | ||
* Version: v1.1.2-dev | ||
*/ | ||
#ifndef LWESP_HDR_DEFAULT_CONFIG_H | ||
#define LWESP_HDR_DEFAULT_CONFIG_H | ||
|
Oops, something went wrong.