/* LLMNR MODULE Copyright (C) 2017-2018 by Xose PĂ©rez */ #if LLMNR_SUPPORT #include void llmnrSetup() { LLMNR.begin(getSetting("hostname").c_str()); DEBUG_MSG_P(PSTR("[LLMNR] Configured\n")); } #endif // LLMNR_SUPPORT