ESP32SSDP icon indicating copy to clipboard operation
ESP32SSDP copied to clipboard

Device name can not contain <

Open MikeCley opened this issue 6 months ago • 2 comments

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 <friendlyName><device name></friendlyName>

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.

MikeCley avatar May 26 '25 09:05 MikeCley

Thank your for submiting, please be sure you followed template or your issue may be dismissed.

github-actions[bot] avatar May 26 '25 09:05 github-actions[bot]

PR is welcome if you want to submit a fix it

luc-github avatar May 26 '25 10:05 luc-github