Sming - Open Source framework for high efficiency native ESP8266 development

User avatar
By helpme
#39798 In the makefiles of Sming v2.1, I notice there are 2 new entries compared to v1.4.
Code: Select all## Configure flash parameters (for ESP12-E and other new boards):
SPI_MODE = dio

## SPIFFS options
DISABLE_SPIFFS = 1
# SPIFF_FILES = files


If I were to use the old Makefile in v1.4 and use it in v2.1, the compiled binary does not work properly. What changes were made in v2.1 that makes these 2 entries necessary in the Makefile?
User avatar
By alonewolfx2
#43182 yes its necessary for internal filesystem and flash spi settings.

helpme wrote:In the makefiles of Sming v2.1, I notice there are 2 new entries compared to v1.4.
Code: Select all## Configure flash parameters (for ESP12-E and other new boards):
SPI_MODE = dio

## SPIFFS options
DISABLE_SPIFFS = 1
# SPIFF_FILES = files


If I were to use the old Makefile in v1.4 and use it in v2.1, the compiled binary does not work properly. What changes were made in v2.1 that makes these 2 entries necessary in the Makefile?