ESP8266 Door Access Control System
Loading...
Searching...
No Matches
WiFiMqttClient.cpp File Reference

Implementation of the WifiMqttClient helper class. More...

#include "WiFiMqttClient.h"
#include <ESP8266WiFi.h>
Include dependency graph for WiFiMqttClient.cpp:

Go to the source code of this file.

Variables

static constexpr const char * DEVICE_NAME = "ESP8266"
 Human-readable device platform name.

Detailed Description

Implementation of the WifiMqttClient helper class.

Definition in file WiFiMqttClient.cpp.

Variable Documentation

◆ DEVICE_NAME

const char* DEVICE_NAME = "ESP8266"
staticconstexpr

Human-readable device platform name.

Included in published MQTT metadata.

Definition at line 18 of file WiFiMqttClient.cpp.