From a3eea2e8835fdac435a04d853382f8062f768038 Mon Sep 17 00:00:00 2001 From: Renzo Mischianti Date: Tue, 17 Oct 2023 14:30:16 +0200 Subject: [PATCH] Fix warnings #43 --- EMailSender.cpp | 2 +- EMailSender.h | 2 +- EMailSenderKey.h | 2 +- README.md | 1 + library.json | 2 +- library.properties | 2 +- 6 files changed, 6 insertions(+), 5 deletions(-) diff --git a/EMailSender.cpp b/EMailSender.cpp index 95fac32..bf5096d 100644 --- a/EMailSender.cpp +++ b/EMailSender.cpp @@ -2,7 +2,7 @@ * EMail Sender Arduino, esp8266, stm32 and esp32 library to send email * * AUTHOR: Renzo Mischianti - * VERSION: 3.0.11 + * VERSION: 3.0.12 * * https://www.mischianti.org/ * diff --git a/EMailSender.h b/EMailSender.h index ca71ab0..624d6f8 100644 --- a/EMailSender.h +++ b/EMailSender.h @@ -2,7 +2,7 @@ * EMail Sender Arduino, esp8266, stm32 and esp32 library to send email * * AUTHOR: Renzo Mischianti - * VERSION: 3.0.11 + * VERSION: 3.0.12 * * https://www.mischianti.org/ * diff --git a/EMailSenderKey.h b/EMailSenderKey.h index 870355d..8625bab 100644 --- a/EMailSenderKey.h +++ b/EMailSenderKey.h @@ -2,7 +2,7 @@ * EMail Sender Arduino, esp8266, stm32 and esp32 library to send email * * AUTHOR: Renzo Mischianti - * VERSION: 3.0.11 + * VERSION: 3.0.12 * * https://www.mischianti.org/ * diff --git a/README.md b/README.md index 71ad8db..fe2ebf2 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Arduino (support W5100 like must be set, and ENC28J60 via UIPEthernet), esp8266 #### [Inviare email con allegati (libreria v2.x): esp32 e esp8266](https://www.mischianti.org/it/2020/06/16/inviare-email-con-allegati-libreria-v2-x-esp32-e-esp8266-part-2/) ## Change log + - 17/10/2023: v3.0.12 Fix warnigs of variable not used #43 thanks to @Patriboom @Andy2015 - 16/02/2023: v3.0.11 Add support for Ethernet_Generic - 20/01/2023: v3.0.10 Add the management of ESP8266SdFat library on Raspberry Pi Pico [#forum](https://www.mischianti.org/forums/topic/raspberry-pico-w-emailsender) - 17/01/2023: v3.0.10 Add the mamagement of auto check of response number #36 thanks to @HACKER-3000 @H3 diff --git a/library.json b/library.json index e73312b..eef6cc6 100644 --- a/library.json +++ b/library.json @@ -16,6 +16,6 @@ }, "url": "https://www.mischianti.org/category/my-libraries/emailsender-send-email-with-attachments/", "frameworks": "Arduino", - "version": "3.0.11", + "version": "3.0.12", "platforms": "*" } diff --git a/library.properties b/library.properties index 7e71080..1b81c03 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=EMailSender -version=3.0.11 +version=3.0.12 author=Renzo Mischianti maintainer=Renzo Mischianti sentence=Send EMail via SMTP, library for Raspberry Pi Pico W, Arduino, SAMD (WiFiNINA), STM32, esp8266 and esp32.