forked from arendst/Tasmota
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release v5.14.0
- Loading branch information
Showing
55 changed files
with
2,359 additions
and
639 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
5 changes: 2 additions & 3 deletions
5
lib/TasmotaSerial-1.2.0/README.md → lib/TasmotaSerial-2.0.0/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
# TasmotaSerial | ||
|
||
Implementation of software serial library for the ESP8266 | ||
Implementation of software serial with hardware serial fallback library for the ESP8266 | ||
|
||
Allows for several instances to be active at the same time. | ||
|
||
Please note that due to the fact that the ESP always have other activities ongoing, there will be some inexactness in interrupt | ||
timings. This may lead to bit errors when having heavy data traffic. | ||
Please note that due to the fact that the ESP always have other activities ongoing, there will be some inexactness in interrupt timings. This may lead to bit errors when having heavy data traffic. |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
lib/TasmotaSerial-1.2.0/library.json → lib/TasmotaSerial-2.0.0/library.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
lib/TasmotaSerial-1.2.0/library.properties → lib/TasmotaSerial-2.0.0/library.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
name=TasmotaSerial | ||
version=1.2.0 | ||
version=2.0.0 | ||
author=Theo Arends | ||
maintainer=Theo Arends <[email protected]> | ||
sentence=Implementation of software serial for ESP8266. | ||
sentence=Implementation of software serial with hardware serial fallback for ESP8266. | ||
paragraph= | ||
category=Signal Input/Output | ||
url= | ||
|
Oops, something went wrong.