-->
Page 1 of 1

Difference between makefiles of Sming v2.1 and v1.4

PostPosted: Tue Jan 26, 2016 11:10 pm
by helpme
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?

Re: Difference between makefiles of Sming v2.1 and v1.4

PostPosted: Tue Mar 15, 2016 3:10 am
by alonewolfx2
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?