mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 14:53:49 +01:00
missed python
This commit is contained in:
@@ -13,7 +13,7 @@ namespace mdns {
|
|||||||
struct MDNSString;
|
struct MDNSString;
|
||||||
|
|
||||||
// Macro to cast string literals to MDNSString* (works on all platforms)
|
// Macro to cast string literals to MDNSString* (works on all platforms)
|
||||||
#define MDNS_STR(name) (reinterpret_cast<const MDNSString *>(name))
|
#define MDNS_STR(name) (reinterpret_cast<const esphome::mdns::MDNSString *>(name))
|
||||||
|
|
||||||
#ifdef USE_ESP8266
|
#ifdef USE_ESP8266
|
||||||
#include <pgmspace.h>
|
#include <pgmspace.h>
|
||||||
|
Reference in New Issue
Block a user