From a560f0a10f3313ac762e1b6dcab053f2ad9198fa Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 15 Jun 2023 08:27:53 +0700 Subject: [PATCH] Some optimization. --- src/FirebaseFS.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/FirebaseFS.h b/src/FirebaseFS.h index 64a1d393d..4ac8deab1 100644 --- a/src/FirebaseFS.h +++ b/src/FirebaseFS.h @@ -118,9 +118,6 @@ static SdFat sd_fat_fs; // should declare as static here // Use Keep Alive connection mode #define USE_CONNECTION_KEEP_ALIVE_MODE -// To enable TCP KeepAlive for RTDB stream -// #define ENABLE_TCP_KEEP_ALIVE_FOR_RTDB_STREAM - // To enable external Client for ESP8266, ESP32 and Raspberry Pi Pico. // This will enable automatically for other devices. // #define FB_ENABLE_EXTERNAL_CLIENT