Skip to content

Commit

Permalink
Fix the memory leaks in internal JSON parser.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Apr 4, 2021
1 parent c9ae019 commit 1f3de73
Show file tree
Hide file tree
Showing 7 changed files with 99 additions and 175 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.4
# LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.5

This Arduino library allows ESp8266 and ESP32 to send LINE Notify message, sticker and images from flash and SD memory.

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": "ESP Line Notify",
"version": "1.0.4",
"version": "1.0.5",
"keywords": "communication, REST, esp32, esp8266, arduino",
"description": "Line Notify Library for ESP8266 and ESP32. Send the Line notification with text, sticker, map and images.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name=ESP Line Notify

version=1.0.4
version=1.0.5

author=Mobizt

Expand Down
6 changes: 3 additions & 3 deletions src/ESP_Line_Notify.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.4
/**
* LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.5
*
* March 28, 2021
* April 4, 2021
*
* This library provides ESP32 to perform REST API call to LINE Notify service to post the several message types.
*
Expand Down
7 changes: 3 additions & 4 deletions src/ESP_Line_Notify.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/*
* LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.4
*
* March 28, 2021
/**
* LINE Notify Arduino Library for ESP8266 and ESP32 version 1.0.5
* April 4, 2021
*
* This library provides ESP32 to perform REST API call to LINE Notify service to post the several message types.
*
Expand Down
Loading

0 comments on commit 1f3de73

Please sign in to comment.