Skip to content

MDNS in Particle Build does not feature setService() #15

Description

@ScruffR

When using Particle Build to flash this sample to the Duo, you'll get a "file not found" message for #include "MDNS.h".
For Particle Build you'd need to import the MDNS library and the include statement would then be #include "MDNS/MDNS.h"

But then you'll get another error message "'class MDNS' has no member called 'setService'".
Changing this to addService(...) the sketch builds.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions