Hi There,
didnt found the place where i can change the hostname of the Module.
Any document or file / function to watch for?
Thanks Tecomon
The "Dialog_123456" is the SSID when DA16200 is soft-ap. It is not hostname.
In case you need to change the ssid, you can use "easy setup" in console.
Or gen_ssid() can be used.
DA16200 supports mDNS feature when you enable _SUPPORT_ZERO_CONFIG_ feature in config_generic_sdk.h.
In case you need to set a different hostname, the following should be done in system_start() of system_start.c :
If you need more information, please let us know.
Thanks, PM_Dialog