Skip to content

Commit c876ef5

Browse files
committed
cleanup includes
1 parent add86a9 commit c876ef5

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,16 +147,12 @@ For Spark, after the wiring is finished, you should be able to connect it to you
147147

148148
#### ESP8266
149149

150-
You can use these libraries with the (https://github.com/esp8266/arduino)[Arduino ESP8266]:.
150+
You can use these libraries with the [Arduino ESP8266](https://github.com/esp8266/arduino):.
151151

152152
```
153+
#include <ESP8266WiFi.h>
153154
#include <AmazonIOTClient.h>
154-
#include <AWSClient4.h>
155-
#include <DeviceIndependentInterfaces.h>
156155
#include "Esp8266AWSImplementations.h"
157-
#include "AWSFoundationalTypes.h"
158-
#include <stdlib.h>
159-
160156
161157
Esp8266HttpClient httpClient;
162158
Esp8266DateTimeProvider dateTimeProvider;

0 commit comments

Comments
 (0)