Skip to content

Releases: mobizt/ESP-Signer

v1.4.2

21 Aug 05:50
Compare
Choose a tag to compare

August 21, 2023

v1.4.2 Stable release

Updates:

  • Update ESP32 Client.
  • Fix TinyGSMClient integration and examples.

v1.4.1

12 Aug 21:50
Compare
Choose a tag to compare

August 13, 2023

v1.4.1 Stable release

Updates:

  • Update SSL Client.

v1.4.0

12 Aug 16:12
Compare
Choose a tag to compare

August 12, 2023

v1.4.0 Stable release

Updates:

  • Add supports all Arduino devices except for AVR.
  • Add support external networking Arduino clients directly without SSL client required.
  • Add support TinyGsmClient integration.

v1.3.1

05 Mar 10:26
Compare
Choose a tag to compare

March 5, 2023

v1.3.1 Stable release

Updates:

  • Fix ESP32 SPIFFS open file read issue.

v1.3.0

06 Feb 16:28
Compare
Choose a tag to compare

February 6, 2023

v1.3.0

Updates:

  • Add support Raspberry Pi Pico.
  • Add support other network interfaces.

v1.2.1

17 Nov 08:46
Compare
Choose a tag to compare

May 6, 2022

v1.2.0

Updates:

  • Important fix for memory leaks issue.

v1.2.0

06 May 08:45
Compare
Choose a tag to compare

May 6, 2022

v1.2.0

Updates:

  • Important fix for memory leaks issue.

v1.1.6

23 Apr 12:18
Compare
Choose a tag to compare

April 23, 2022

v1.1.6

Updates:

  • Fixed NTP time synching issue.

v1.1.5

20 Apr 01:50
Compare
Choose a tag to compare

April 20, 2022

v1.1.5

Updates:

  • Fixed FirebaseJson double to string conversion issue.
  • Fixed FirebaseJson array's set by index issue.
  • Add support FirebaseJson non-object type data via setJsonData and setJsonArrayData functions.

v1.1.4

18 Apr 08:32
Compare
Choose a tag to compare

April 18, 2022

v1.1.4

Updates:

  • Update Core.