Skip to content

Device name can not contain < #48

Open
@MikeCley

Description

@MikeCley

If device name contains <> symbols then description.xml contains not closed element like in root/device/friendlyName element.

To Reproduce
Replace in example
SSDP.setName("Philips hue clone");
with
SSDP.setName("");

Expected behavior
<> symbols replaced with xml entities in description.xml
<device name>

Firmware:

  • ESP32SSDP 2.0.3

Board used (please complete the following information):

  • MCU: [e.g. ESP32]

Additional context
It cause no device found in Windows Explorer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions