#include "configuration.h"
#include "keys.h"
#include "mqttBinding.h"
#include <ESP8266WiFi.h>
#include <NTPClient.h>
#include <PubSubClient.h>
#include <WiFiUdp.h>
#include <ESP8266HTTPUpdateServer.h>
#include <ESP8266mDNS.h>
#include <LittleFS.h>
#include <assert.h>
#include <map>
#include "Entity.h"
#include "IPE.h"
#include "PersistenceHelper.h"
#include "bsp.h"
#include "gateway.h"
#include "lom2m.h"
#include "httpBinding.h"
#include "tools.h"
Go to the source code of this file.
◆ HEAP_TRACE_MS
| #define HEAP_TRACE_MS 5000 |
◆ printHttpCode
◆ _printHttpCode()
◆ loop()
◆ om2msrv()
| ESP8266WebServer om2msrv |
( |
8282 |
| ) |
|
◆ serveFallback()
◆ serveFile()
| bool serveFile |
( |
String |
path | ) |
|
◆ setup()
CORE_MOCK // works but too noisy for debug
◆ timeClient()
| NTPClient timeClient |
( |
ntpUDP |
, |
|
|
"pool.ntp.org" |
|
|
) |
| |
◆ user_final_setup()
| void user_final_setup |
( |
| ) |
|
◆ user_initial_setup()
| void user_initial_setup |
( |
| ) |
|
◆ user_loop()
◆ espClient
| WiFiClientSecure* espClient |
◆ heapLastMs
◆ httpUpdater
| ESP8266HTTPUpdateServer httpUpdater |
◆ lastReconnect
◆ mDNSName
| String mDNSName = MDNSNAME |
◆ ntpUDP
◆ registered
◆ tcp