mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 23:03:46 +01:00
missed python
This commit is contained in:
@@ -13,7 +13,7 @@ namespace mdns {
|
||||
struct MDNSString;
|
||||
|
||||
// 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
|
||||
#include <pgmspace.h>
|
||||
|
Reference in New Issue
Block a user