Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed May 5, 2024
1 parent 9671080 commit 45a65e7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MycilaPZEM004Tv3",
"version": "2.0.1",
"version": "2.1.0",
"description": "Arduino / ESP32 library for the PZEM-004T v3 Power and Energy monitor",
"homepage": "https://github.com/mathieucarbou/MycilaPZEM004Tv3",
"repository": {
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=MycilaPZEM004Tv3
version=2.0.1
version=2.1.0
author=Mathieu Carbou <[email protected]>
maintainer=Mathieu Carbou <[email protected]>
sentence=Arduino / ESP32 library for the PZEM-004T v3 Power and Energy monitor
Expand Down
6 changes: 3 additions & 3 deletions src/MycilaPZEM004Tv3.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#include <ArduinoJson.h>
#endif

#define MYCILA_PZEM_VERSION "2.0.1"
#define MYCILA_PZEM_VERSION "2.1.0"
#define MYCILA_PZEM_VERSION_MAJOR 2
#define MYCILA_PZEM_VERSION_MINOR 0
#define MYCILA_PZEM_VERSION_REVISION 1
#define MYCILA_PZEM_VERSION_MINOR 1
#define MYCILA_PZEM_VERSION_REVISION 0

#ifndef MYCILA_PZEM_ASYNC_CORE
#define MYCILA_PZEM_ASYNC_CORE 0
Expand Down

0 comments on commit 45a65e7

Please sign in to comment.