Skip to content

Commit 3efc55b

Browse files
committed
Version 1.3.0
1 parent 8832d78 commit 3efc55b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
2-
Versao_antiga.zip
3-
41
.DS_Store

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44

55
### Sets-up telnet server that you connect to as an alternative to the standard serial monitor
66

7-
#### Works with the ESP8266 Arduino platform v2.0.0 or higher / or ESP32. Refer to https://github.com/esp8266/Arduino
8-
https://github.com/espressif/arduino-esp32
7+
#### Works with the ESP8266 Arduino platform v2.0.0 or higher / or ESP32.
8+
9+
https://github.com/esp8266/Arduino
10+
https://github.com/espressif/arduino-esp32
911

1012
## Contents
1113
- [About](#about)
@@ -207,6 +209,12 @@ Debug.setSerialEnabled(true);
207209
208210
## Releases
209211
212+
#### 1.3.0 - 17/08/18
213+
214+
- Bug in write with latest ESP8266 SDK - August 2018
215+
- Port number can be modified in project Arduino (.ino file)
216+
- Few adjustments as ESP32 includes
217+
210218
#### 1.2.2
211219
212220
- Adjustments, as avoid ESP32 include errors

0 commit comments

Comments
 (0)