From 305b3f32d63912b504d52f1ecf614128c67f5ff3 Mon Sep 17 00:00:00 2001 From: Dmitry Borisenko <49808844+DmitryBorisenko33@users.noreply.github.com> Date: Sat, 19 Dec 2020 14:06:58 +0100 Subject: [PATCH] =?UTF-8?q?1=D0=BC=D0=B1=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8?= =?UTF-8?q?=D1=8F=20=D0=B4=D0=BB=D1=8F=20=D1=82=D0=B5=D1=81=D1=82=D0=B0=20?= =?UTF-8?q?=D1=81=20=D0=BF=D1=80=D0=B5=D1=81=D0=B5=D1=82=D0=B0=D0=BC=D0=B8?= =?UTF-8?q?=20=D0=B8=20=D1=81=20edit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/Consts.h | 2 +- platformio.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/Consts.h b/include/Consts.h index 66737178..1a37c29b 100644 --- a/include/Consts.h +++ b/include/Consts.h @@ -2,7 +2,7 @@ //===========Firmware============================================================================================================================================= #define FIRMWARE_VERSION 273 -//#define FLASH_SIZE_1MB true +#define FLASH_SIZE_1MB true //===========FileSystem============================================================================================================================================== #define USE_LITTLEFS true //================================================================================================================================================================== diff --git a/platformio.ini b/platformio.ini index 10f8c1f8..9135ebc3 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,6 +1,6 @@ [platformio] -default_envs = esp8266 +default_envs = esp8266_01_1m ;============================================================================================================================================= [common_env_data] lib_deps_external =