Skip to content

Commit

Permalink
v10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieucarbou committed Oct 21, 2024
1 parent 73e1cfc commit 6742f0b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion examples/RemoteUDP/Listener/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lib_deps =
mathieucarbou/MycilaWebSerial @ 6.4.1
ayushsharma82/ElegantOTA @ 3.1.6
https://github.com/mathieucarbou/ayushsharma82-ESP-DASH#dev-1
MycilaJSY=file://../../..
mathieucarbou/MycilaJSY @ 10.0.1
build_flags =
-D ARDUINO_LOOP_STACK_SIZE=4096
-D CONFIG_ASYNC_TCP_MAX_ACK_TIME=3000
Expand Down
2 changes: 1 addition & 1 deletion examples/RemoteUDP/Sender/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ lib_deps =
mathieucarbou/MycilaWebSerial @ 6.4.1
ayushsharma82/ElegantOTA @ 3.1.6
https://github.com/mathieucarbou/ayushsharma82-ESP-DASH#dev-1
MycilaJSY=file://../../..
mathieucarbou/MycilaJSY @ 10.0.1
build_flags =
-D ARDUINO_LOOP_STACK_SIZE=4096
-D CONFIG_ASYNC_TCP_MAX_ACK_TIME=3000
Expand Down
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MycilaJSY",
"version": "9.1.10",
"version": "10.0.1",
"description": "Arduino / ESP32 library for the JSY-MK-194T, JSY-MK-194TG single-phase two-way electric energy meters",
"keywords": "JSY,JSY-MK-194,JSY-MK-194T,JSY-MK-194G",
"homepage": "https://github.com/mathieucarbou/MycilaJSY",
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=MycilaJSY
version=9.1.10
version=10.0.1
author=Mathieu Carbou <mathieu.carbou@gmail.com>
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
sentence=Arduino / ESP32 library for the JSY-MK-194T, JSY-MK-194TG single-phase two-way electric energy meters
Expand Down
8 changes: 4 additions & 4 deletions src/MycilaJSY.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
#include <ArduinoJson.h>
#endif

#define MYCILA_JSY_VERSION "9.1.10"
#define MYCILA_JSY_VERSION_MAJOR 9
#define MYCILA_JSY_VERSION_MINOR 1
#define MYCILA_JSY_VERSION_REVISION 10
#define MYCILA_JSY_VERSION "10.0.1"
#define MYCILA_JSY_VERSION_MAJOR 10
#define MYCILA_JSY_VERSION_MINOR 0
#define MYCILA_JSY_VERSION_REVISION 1

#ifndef MYCILA_JSY_ASYNC_CORE
#define MYCILA_JSY_ASYNC_CORE 0
Expand Down

0 comments on commit 6742f0b

Please sign in to comment.