![]() |
ESP3D
3.0
Firmware for ESP boards connected to 3D Printer
|
#include "../../include/esp3d_config.h"
#include "notifications_service.h"
#include "../../core/settings_esp3d.h"
#include "../../core/esp3doutput.h"
#include "../network/netconfig.h"
#include <base64.h>
Go to the source code of this file.
Macros | |
#define | PUSHOVERTIMEOUT 5000 |
#define | PUSHOVERSERVER "api.pushover.net" |
#define | PUSHOVERPORT 443 |
#define | LINETIMEOUT 5000 |
#define | LINESERVER "notify-api.line.me" |
#define | LINEPORT 443 |
#define | EMAILTIMEOUT 5000 |
Functions | |
bool | Wait4Answer (TSecureClient &client, const char *linetrigger, const char *expected_answer, uint32_t timeout) |
Variables | |
NotificationsService | notificationsservice |
#define EMAILTIMEOUT 5000 |
Definition at line 65 of file notifications_service.cpp.
#define LINEPORT 443 |
Definition at line 63 of file notifications_service.cpp.
#define LINESERVER "notify-api.line.me" |
Definition at line 62 of file notifications_service.cpp.
#define LINETIMEOUT 5000 |
Definition at line 61 of file notifications_service.cpp.
#define PUSHOVERPORT 443 |
Definition at line 59 of file notifications_service.cpp.
#define PUSHOVERSERVER "api.pushover.net" |
Definition at line 58 of file notifications_service.cpp.
#define PUSHOVERTIMEOUT 5000 |
Definition at line 57 of file notifications_service.cpp.
bool Wait4Answer | ( | TSecureClient & | client, |
const char * | linetrigger, | ||
const char * | expected_answer, | ||
uint32_t | timeout | ||
) |
NotificationsService notificationsservice |
Definition at line 67 of file notifications_service.cpp.