-
Notifications
You must be signed in to change notification settings - Fork 23
ESP8266mDNS.h declaration before esp8266-google-home-notifier.h causes compilation errors #2
Comments
Thanks @debsahu and sorry for late reply. This library declares This internal |
I understand, thanks for the awesome library! |
I heard that google is going to monetize translation service, dont know how it will effect tinkerers like us! |
Hi, I followed the trail to here because I was getting the same or related compile errors. In the setup instructions it says: However, that pull request doesn't appear to have been merged in as esp8266 completely changed the mDNS implemenation. "Closing in favor of #5384 ." and that's what seems to have ended up in 2.5.0 I haven't quite sorted out where the txt() function ended up, if they included one. |
Not work with Arduino IDE 1.8.8. ...\esp8266-google-home-notifier\src\ESP8266mDNS.cpp: In member function 'bool MDNSResponder::_listen()': In file included from ...\esp8266-google-home-notifier\src\ESP8266mDNS.cpp:60:0: ...\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\ESP8266WiFi\src/include/UdpContext.h:98:10: note: bool UdpContext::listen(const ip_addr_t*, uint16_t) |
Could you please try esp8266 core 2.4.x? Please refer to #14 . And open new issue in order to notify me if you have problems yet. |
Hello,
I set up version 2.4.2 and the compilation goes smoothly.
I wanted to recompile my program because the phrases sent were no longer heard by googlehome.
I'm afraid Google is deleting its APIs as it has been saying lately.
I will try, and I'll let you know as soon as possible.
Thanks for your help.
Regards,
Jean-Luc
De : horihiro [mailto:[email protected]]
Envoyé : samedi 16 février 2019 14:59
À : horihiro/esp8266-google-home-notifier
Cc : Comment; JLNapo
Objet : Re: [horihiro/esp8266-google-home-notifier] ESP8266mDNS.h declarationbefore esp8266-google-home-notifier.h causes compilation errors (#2)
Could you please try esp8266 core 2.4.x?
This library doesn't work with 2.5.0 or later.
Please refer to #14 <#14> .
And open new issue in order to notify me if you have problems yet.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub <#2 (comment)> , or mute the thread <https://github.com/notifications/unsubscribe-auth/AFx4zE3pNTAkLbOP5BI3HB0bn4w6qzeTks5vOA6hgaJpZM4VGy5z> . <https://github.com/notifications/beacon/AFx4zH6IqWuFKybcfQDyu6G_aNmCSoBHks5vOA6hgaJpZM4VGy5z.gif>
{"api_version":"1.0","publisher":{"api_key":"05dde50f1d1a384dd78767c55493e4bb","name":"GitHub"},"entity":{"external_key":"github/horihiro/esp8266-google-home-notifier","title":"horihiro/esp8266-google-home-notifier","subtitle":"GitHub repository","main_image_url":"https://assets-git.f3mw1.com/images/email/message_cards/header.png","avatar_image_url":"https://assets-git.f3mw1.com/images/email/message_cards/avatar.png","action":{"name":"Open in GitHub","url":"https://github.com/horihiro/esp8266-google-home-notifier"}},"updates":{"snippets":[{"icon":"PERSON","message":"@horihiro in #2: Could you please try esp8266 core 2.4.x?\r\nThis library doesn't work with 2.5.0 or later.\r\n\r\nPlease refer to #14 .\r\n\r\nAnd open new issue in order to notify me if you have problems yet."}],"action":{"name":"View Issue","url":"#2 (comment)"}}} [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "#2 (comment)", "url": "#2 (comment)", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
Using git version of arduino-esp8266, Arduino IDE 1.8.5, Windows 10 x64.
Adding
#include <ESP8266mDNS.h>
before#include <esp8266-google-home-notifier.h>
causes compilation issues. I'm guessing the internal ESP8266mDNS.h is interfering with this.The text was updated successfully, but these errors were encountered: