Add .gitignore file for ESP8266

This commit is contained in:
Gregory Nutt
2016-05-21 11:11:32 -06:00
parent 15fd860a2f
commit 8217864a10
4 changed files with 21 additions and 15 deletions

View File

@@ -1407,7 +1407,7 @@ int lesp_gethostbyname(char *hostname, uint16_t usNameLen,
int lesp_mdnsadvertiser(uint16_t mdnsEnabled, char *deviceServiceName,
uint16_t deviceServiceNameLength)
{
syslog(LOG_ERR, "Not implemented %s\n",__func__);
syslog(LOG_ERR, "Not implemented %s\n", __func__);
return -1;
}