From 38b9eabc594b11bc2de500d5805fdc02f33b4c3a Mon Sep 17 00:00:00 2001 From: Theo Arends <11044339+arendst@users.noreply.github.com> Date: Mon, 11 Jan 2021 12:03:58 +0100 Subject: [PATCH] Hide settings file --- tasmota/tasmota_globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_globals.h b/tasmota/tasmota_globals.h index 5c6ac6908..330a1a87e 100644 --- a/tasmota/tasmota_globals.h +++ b/tasmota/tasmota_globals.h @@ -225,7 +225,7 @@ const uint16_t LOG_BUFFER_SIZE = 4000; // Max number of characters in lo #error "Arduino ESP8266 Core versions before 2.7.1 are not supported" #endif -#define TASM_FILE_SETTINGS "/settings" +#define TASM_FILE_SETTINGS "/.settings" #define TASM_FILE_ZIGBEE "/zb" #ifndef MQTT_MAX_PACKET_SIZE