Skip to content

Commit

Permalink
Merge pull request #71 from LennartHennigs/64-disable-character-echo-…
Browse files Browse the repository at this point in the history
…back

64 disable character echo back
  • Loading branch information
LennartHennigs authored Oct 3, 2024
2 parents 4201ca9 + 22b6ec2 commit e870337
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased (but available on Github)

- removed `ESP8266WiFi.h` include in `ESPTelnetBase.h`
- Added option to change the newLine character via `getNewlineCharacter()` and `setNewlineCharacter()` as suggest by [Roy](https://github.com/FunDeckHermit) in [#69](https://github.com/LennartHennigs/ESPTelnet/pull/69)

**Note:** Unreleased changes are checked in but not part of an official release (available through the Arduino IDE or PlatfomIO) yet. This allows you to test WiP features and give feedback to them.
Expand Down
1 change: 0 additions & 1 deletion src/ESPTelnetBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#if defined(ARDUINO_ARCH_ESP32)
#include <WiFi.h>
#elif defined(ARDUINO_ARCH_ESP8266)
#include <ESP8266WebServer.h>
#include <ESP8266WiFi.h>
#endif

Expand Down

0 comments on commit e870337

Please sign in to comment.