|
EPD Display
1.0.0
Library and application for EPD smart displays
|
Establing and creating network connection / Reading remote host API GET response. More...
#include <HTTPClient.h>#include <DisplayDrawer.h>#include <WiFi.h>#include <AsyncTCP.h>#include <ESPAsyncWebServer.h>#include <EEPROM.h>#include <SPIFFS.h>#include "EPD_Display.h"#include "EPD_2in66b.h"#include "EPD_4in2.h"#include <DisplayCanvas.h>#include "EPD_7in5.h"#include "JsonParse.h"

Go to the source code of this file.
Classes | |
| class | EpdWebServer |
| Establing and creating network connection / Reading remote host API GET response. More... | |
Macros | |
| #define | ssidAP "ESP32-EPaper" |
| #define | passwordAP "password" |
| #define | MAC WiFi.macAddress().c_str() |
Enumerations | |
| enum | SettingType { SETTING_CARD, SETTING_TABLE, SETTING_MEETING } |
Establing and creating network connection / Reading remote host API GET response.
1.8.17