Skip to content

Commit 00ee96c

Browse files
committed
Add header files to demo
1 parent 7df6dc5 commit 00ee96c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/AstronomyDemo/AstronomyDemo.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ See more at https://thingpulse.com
2424
*/
2525

2626
#include <Arduino.h>
27-
#include <ESPWiFi.h>
27+
#include <ESP8266WiFi.h>
28+
#include <ESPHTTPClient.h>
2829
#include <time.h>
2930
#include "Astronomy.h"
3031

0 commit comments

Comments
 (0)