From c85d721b00dee24de786b0fe0ce1fe59fb885d1b Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 1 Feb 2023 12:56:50 +0700 Subject: [PATCH] Add support Service Account JSON file for authentication. --- src/GS_SDHelper.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/GS_SDHelper.h b/src/GS_SDHelper.h index 03b21b8..f9e7788 100644 --- a/src/GS_SDHelper.h +++ b/src/GS_SDHelper.h @@ -1,12 +1,12 @@ -#ifndef SD_HELPER_H_ -#define SD_HELPER_H_ +#ifndef GS_SD_HELPER_H_ +#define GS_SD_HELPER_H_ #include #include "ESP_Google_Sheet_Client.h" -// If SD Card used for storage, assign SD card type and FS used in src/GSheetFS.h and -// change the config for that card interfaces in this file (src/addons/SDHelper.h) +// If SD Card used for storage, assign SD card type and FS used in src/ESP_Google_Sheet_Client_FS_Config.h and +// change the config for that card interfaces in this file (src/GS_SDHelper.h) #if defined(DEFAULT_SD_FS) && defined(CARD_TYPE_SD)