Skip to content

Commit

Permalink
Add support Service Account JSON file for authentication.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobizt committed Feb 1, 2023
1 parent 76fa10e commit c85d721
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/GS_SDHelper.h
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@

#ifndef SD_HELPER_H_
#define SD_HELPER_H_
#ifndef GS_SD_HELPER_H_
#define GS_SD_HELPER_H_

#include <Arduino.h>
#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)

Expand Down

0 comments on commit c85d721

Please sign in to comment.