Skip to content

Commit 4ebf08e

Browse files
committed
Release 1.0.0 Merry X-Mas!
1 parent d8b2a48 commit 4ebf08e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Change Log
2+
3+
## v 1.0.0 (2021-12-28)
14
- Abstracted Message Queue class
25
- Add TimeSeries feature
36
- RingBuffer class for storing data structs (support mem allocation in PSRAM)

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ __[BUILD](/docs/BUILD.md) | [EXAMPLES](/examples/README.md) | [CHANGELOG](/CHANG
66

77
This is an ESP32 Arduino/esp-idf library implementing communication interface for [PeaceFair](https://peacefair.aliexpress.com/store/1773456) **PZEM-004Tv3.0**/**PZEM-003** Energy monitor modules via MODBUS proto.
88

9-
**_currently lib is in it's early develompent state, so expect bugs, issues and sporadic API changes any time_**
10-
119
The main idea is that lib uses FreeRTOS features to implement non-blocking event-driven operation when exchanging messages via serial port. It is written to run multiple PZEM devices simultaneously sharing same uart port(s) without blocking on rx/tx operations and at the same time to keep a strict message exchange ordering to prevent transmit collisions.
1210

1311
Feel free to open a discussion topic on any questions.

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pzem-edl",
33
"frameworks": "arduino",
44
"platforms": ["espressif32"],
5-
"version": "0.0.4",
5+
"version": "1.0.0",
66
"keywords": "peacefair, pzem, powermeter, pzem004t, pzem003, pzem-017, pzem-017",
77
"description": "PZEM event-driven library - an ESP32 Arduino/esp-idf library implementing communication interface for PeaceFair PZEM-004Tv3.0/PZEM-003 Energy monitor modules via Modbus-RTU proto",
88
"url": "https://github.com/vortigont/espem-edl",

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=pzem-edl
2-
version=0.0.4
2+
version=1.0.0
33
author=Emil Muratov
44
maintainer=Emil Muratov
55
sentence=PZEM event-driven library

0 commit comments

Comments
 (0)