AsyncTelegram2
Loading...
Searching...
No Matches
Classes | Macros
AsyncTelegram2.h File Reference
#include <ArduinoJson.h>
#include "Client.h"
#include "time.h"
#include "DataStructures.h"
#include "InlineKeyboard.h"
#include "ReplyKeyboard.h"
#include "serial_log.h"
Include dependency graph for AsyncTelegram2.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AsyncTelegram2
 

Macros

#define ARDUINOJSON_USE_LONG_LONG   1
 
#define ARDUINOJSON_DECODE_UNICODE   1
 
#define FS_SUPPORT   false
 
#define LED_BUILTIN   2
 
#define DEBUG_ENABLE   0
 
#define FS_SUPPORT   false
 
#define INT32   "ld"
 
#define MAX_INLINEKYB_CB   30
 
#define SERVER_TIMEOUT   10000
 
#define MIN_UPDATE_TIME   500
 
#define BLOCK_SIZE   1436
 
#define TELEGRAM_HOST   "api.telegram.org"
 
#define TELEGRAM_IP   "149.154.167.220"
 
#define TELEGRAM_PORT   443
 

Macro Definition Documentation

◆ ARDUINOJSON_DECODE_UNICODE

#define ARDUINOJSON_DECODE_UNICODE   1

Definition at line 6 of file AsyncTelegram2.h.

◆ ARDUINOJSON_USE_LONG_LONG

#define ARDUINOJSON_USE_LONG_LONG   1

Definition at line 5 of file AsyncTelegram2.h.

◆ BLOCK_SIZE

#define BLOCK_SIZE   1436

Definition at line 54 of file AsyncTelegram2.h.

◆ DEBUG_ENABLE

#define DEBUG_ENABLE   0

Definition at line 25 of file AsyncTelegram2.h.

◆ FS_SUPPORT [1/2]

#define FS_SUPPORT   false

Definition at line 33 of file AsyncTelegram2.h.

◆ FS_SUPPORT [2/2]

#define FS_SUPPORT   false

Definition at line 33 of file AsyncTelegram2.h.

◆ INT32

#define INT32   "ld"

Definition at line 41 of file AsyncTelegram2.h.

◆ LED_BUILTIN

#define LED_BUILTIN   2

Definition at line 18 of file AsyncTelegram2.h.

◆ MAX_INLINEKYB_CB

#define MAX_INLINEKYB_CB   30

Definition at line 49 of file AsyncTelegram2.h.

◆ MIN_UPDATE_TIME

#define MIN_UPDATE_TIME   500

Definition at line 52 of file AsyncTelegram2.h.

◆ SERVER_TIMEOUT

#define SERVER_TIMEOUT   10000

Definition at line 51 of file AsyncTelegram2.h.

◆ TELEGRAM_HOST

#define TELEGRAM_HOST   "api.telegram.org"

Definition at line 61 of file AsyncTelegram2.h.

◆ TELEGRAM_IP

#define TELEGRAM_IP   "149.154.167.220"

Definition at line 62 of file AsyncTelegram2.h.

◆ TELEGRAM_PORT

#define TELEGRAM_PORT   443

Definition at line 63 of file AsyncTelegram2.h.