Skip to content

Commit f8e5ad5

Browse files
committed
code cleaning
1 parent eee7e2c commit f8e5ad5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
# Connects and Arduino board to WiFi using an ESP8266 ESP01 module, then sends data to AWS IOT through an MQTT topic
22

3-
## Software requirements
4-
5-
ESP8266
6-
- Use ESP8266 Arduino Core version **2.5.0-beta2 or greater**
7-
- Will **NOT** work on ESP8266 Arduino Core v2.4.2 !!!
8-
9-
This repo accompanies the "Connected Weather Station" [project](https://github.com/MecaHumArduino/arduino-uno-aws-weather-station) but can also be used as a standalone repo to learn how an [Arduino Uno](https://amzn.to/2RnHhPY) board can communicate with an ESP8266 WiFi module in order to gain access to the internet.
10-
3+
This repo accompanies the ["Connected Weather Station" project](https://github.com/MecaHumArduino/arduino-uno-aws-weather-station) but can also be used as a standalone repo to learn how an [Arduino Uno](https://amzn.to/2RnHhPY) board can communicate with an ESP8266 WiFi module in order to gain access to the internet.
114

125
⚡️ COMPONENTS AND SUPPLIES
136
--------------------------
@@ -48,4 +41,8 @@ The ESP8266 WiFi Module is a self-contained stack that can give any microcontrol
4841
Code Walkthrough
4942
--------------------
5043

44+
- Use ESP8266 Arduino Core version **2.5.0-beta2 or greater**
45+
- Will **NOT** work on ESP8266 Arduino Core v2.4.2 !!!
46+
47+
5148
WIP....

0 commit comments

Comments
 (0)