Skip to content

Commit a57305e

Browse files
committed
Add dependency to library manifest file
1 parent 8e09f1a commit a57305e

File tree

335 files changed

+8
-92647
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

335 files changed

+8
-92647
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ board_build.filesystem_size = 1m
5151
See this Arduino-Pico SDK [documentation](https://arduino-pico.readthedocs.io/en/latest/) for more information.
5252

5353

54-
55-
5654
## Prerequisites
5755

5856
This library uses the Service Account credentials to create the short-lived access token for Google API authentication, which will expire in 1 hour and will be refreshed automatically.

library.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP-Google-Sheet-Client",
3-
"version": "1.4.12",
3+
"version": "1.4.13",
44
"keywords": "communication, REST, esp32, esp8266, raspberrypi, arduino",
55
"description": "Arduino Google Sheet REST client library for Arduino devices. This library allows devices to communicate with Google Sheet API to read, edit and delete the spreadsheets",
66
"repository": {
@@ -11,6 +11,9 @@
1111
"name": "Mobizt",
1212
"email": "suwatchai@outlook.com"
1313
}],
14+
"dependencies": [
15+
"ESP_SSLClient"
16+
],
1417
"frameworks": "arduino",
1518
"platforms": "espressif32, espressif8266, atmelsam, ststm32, teensy, rp2040, renesas-ra"
1619
}

library.properties

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name=ESP-Google-Sheet-Client
22

3-
version=1.4.12
3+
version=1.4.13
44

55
author=Mobizt
66

@@ -15,3 +15,5 @@ category=Communication
1515
url=https://github.com/mobizt/ESP-Google-Sheet-Client
1616

1717
architectures=esp8266, esp32, sam,samd, stm32, STM32F1, STM32F4, teensy, mbed_nano, mbed_rp2040, rp2040, mbed_nano, mbed_portenta, mbed_nicla, mbed_opta, mbed_giga, renesas_portenta, renesas_uno
18+
19+
depends=ESP_SSLClient

src/ESP_Google_Sheet_Client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#ifndef ESP_GOOGLE_SHEET_CLIENT_VERSION
2-
#define ESP_GOOGLE_SHEET_CLIENT_VERSION "1.4.12"
2+
#define ESP_GOOGLE_SHEET_CLIENT_VERSION "1.4.13"
33
#endif
44

55
/*

src/client/GS_TCP_Client.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@
1313
#include "../GS_Const.h"
1414
#include "../mbfs/MB_FS.h"
1515
#include "../GS_Helper.h"
16-
#if __has_include(<ESP_SSLClient.h>)
1716
#include <ESP_SSLClient.h>
18-
#else
19-
#include "./client/SSLClient/ESP_SSLClient.h"
20-
#endif
2117
#include "../GS_Network.h"
2218

2319
#if defined(ESP32)

src/client/SSLClient/ESP_SSLClient.h

Lines changed: 0 additions & 79 deletions
This file was deleted.

src/client/SSLClient/ESP_SSLClient_Const.h

Lines changed: 0 additions & 138 deletions
This file was deleted.

src/client/SSLClient/ESP_SSLClient_FS.h

Lines changed: 0 additions & 42 deletions
This file was deleted.

src/client/SSLClient/bssl/aes_big_cbcdec.c

Lines changed: 0 additions & 74 deletions
This file was deleted.

0 commit comments

Comments
 (0)