Fixed compiling issues

This commit is contained in:
CommanderRedYT
2021-11-18 01:33:52 +01:00
parent 386a8aacce
commit 819ab57306

View File

@ -1,4 +1,5 @@
// 3rd party
#ifdef FEATURE_DNS_NS
#include <randomutils.h>
#include <esprandom.h>
#include <FastLED.h>
@ -97,3 +98,4 @@ void handle_dns_announce()
dns_lastIpAddress_v6_global = "-";
}
}
#endif