Skip to content

Commit c79a4c9

Browse files
author
Dominggus Salampessy
committed
updated README how to use with TinyGSM
1 parent 07c7863 commit c79a4c9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,18 @@ To use PSRAM for internal memory allocation which you can config to use it via [
460460
#define ESP_GOOGLE_SHEET_CLIENT_USE_PSRAM
461461
```
462462

463+
### Usage with TinyGSM
464+
By default the library assumes a working native WiFi or Ethernet connection. When using TinyGSM as an external client, you most likely do not want to use the Wifi/Ethernet (i.e. to get the current time). You will have to disable this in [**ESP_Google_Sheet_Client_FS_Config.h**](src/ESP_Google_Sheet_Client_FS_Config.h) by uncommenting the following lines like this:
465+
```cpp
466+
/* If not use on-board WiFi */
467+
#define ESP_GOOGLE_SHEET_CLIENT_DISABLE_ONBOARD_WIFI
468+
469+
/* If not use native Ethernet (Ethernet interfaces that supported by SDK) */
470+
#define ESP_GOOGLE_SHEET_CLIENT_DISABLE_NATIVE_ETHERNET
471+
```
472+
Also, check out the [GSM Example](examples/GSM/GSM.ino) for more information.
473+
474+
463475
## Functions Description
464476

465477
### Global Functions

0 commit comments

Comments
 (0)