schmurtzm / MrDiy-Audio-Notifier

MrDiy Audio Notifier (based on esp8266audio) ported to platformio for ESP32
58 stars 23 forks source link

Domain for MQTT #2

Closed fuzzznet closed 2 years ago

fuzzznet commented 2 years ago

You cannot enter a domain instead of an ip address, there are not enough characters in the input field.

schmurtzm commented 2 years ago

Yes it was initially limited to 16 characters, I will modify to 64 in the next push, seems OK for you ?

char mqttServer[64];

schmurtzm commented 2 years ago

If you can test with the last version, it should be OK.

fuzzznet commented 2 years ago

Yes, you can now download the domain without any problems. Thanks!