This website works better with JavaScript.
Home
Explore
Help
Sign In
mh
/
mhsw-espurna
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Add missing reference to DNSServer.h in wifi.ino
rfm69
Xose Pérez
6 years ago
parent
acf601e882
commit
6a12c02287
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
code/espurna/wifi.ino
+ 2
- 0
code/espurna/wifi.ino
View File
@ -198,6 +198,8 @@ void _wifiInject() {
#
if WIFI_AP_CAPTIVE
#
include
"DNSServer.h"
DNSServer
_wifi_dnsServer
;
void
_wifiCaptivePortal
(
justwifi_messages_t
code
,
char
*
parameter
)
{
Write
Preview
Loading…
Cancel
Save