From 2e240def888378ad7dafcef8008639ed8b7dffb6 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Thu, 17 Dec 2020 02:01:12 +0100 Subject: [PATCH] working version --- include/Consts.h | 4 +--- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/include/Consts.h b/include/Consts.h index e53537d2..dd97d73a 100644 --- a/include/Consts.h +++ b/include/Consts.h @@ -2,9 +2,7 @@ //===========Firmware============================================================================================================================================= #define FIRMWARE_VERSION 272 -#define FLASH_SIZE_1MB true -//===========FileSystem============================================================================================================================================== -#define littlefs_on +//#define FLASH_SIZE_1MB true //================================================================================================================================================================== #define NUM_BUTTONS 6 #define LED_PIN 2 diff --git a/platformio.ini b/platformio.ini index bd0eef56..f5848391 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,6 +1,6 @@ [platformio] -default_envs = esp8266_01_1m +default_envs = esp8266 ;============================================================================================================================================= [common_env_data] lib_deps_external =