Yuri Trikoz
2020-10-18 09:39:37 +03:00
parent 74b526e2f1
commit d3ad04eae6
3 changed files with 36 additions and 16 deletions

View File

@@ -4,8 +4,6 @@
#include "Consts.h"
#ifdef SSDP_EN
extern void SsdpInit();
extern String xmlNode(String tags, String data);
extern String decToHex(uint32_t decValue, byte desiredStringLength);
#ifdef SSDP_ENABLED
void SsdpInit();
#endif