Skip to content

Commit

Permalink
ready for 2.2.3 and 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
LennartHennigs committed Jan 26, 2025
1 parent 81b9e7c commit 7817718
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

## Unreleased (but available on Github)

**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.

## [2.2.3] – 2025-01-26

- removed `yield()` from [ESPTelnetBase.cpp](https://github.com/LennartHennigs/ESPTelnet/blob/main/src/ESPTelnetBase.cpp) `loop()` as it creates problems with context switching, see #73
- fixed errors in TelnetStreamExample.ino


**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.

## [2.2.2] – 2024-10-03

- removed `ESP8266WiFi.h` include in `ESPTelnetBase.h`
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018-2024 Lennart Hennigs
Copyright (c) 2018-2025 Lennart Hennigs

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ESP8266/ESP32 library that allows you to setup a telnet server.

* Author: Lennart Hennigs [https://www.lennarthennigs.de](https://www.lennarthennigs.de)
* Copyright (C) 2018-2024 Lennart Hennigs.
* Copyright (C) 2018-2025 Lennart Hennigs.
* Released under the MIT license.

## Description
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "https://github.com/LennartHennigs/ESPTelnet"
},
"version": "2.2.2",
"version": "2.2.3",
"authors": {
"name": "Lennart Hennigs",
"url": "https://lennarthennigs.de"
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=ESP Telnet
version=2.2.2
version=2.2.3
author=Lennart Hennigs
maintainer=Lennart Hennigs <mail@lennarthennigs.de>
sentence=ESP8266/ESP32 library that allows you to setup a telnet server.
Expand Down

0 comments on commit 7817718

Please # to comment.