mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-03 16:30:38 +08:00
Fix wrong platformio.ini for esp8266
This commit is contained in:
parent
41227d7a4e
commit
8d01cfaf01
@ -163,10 +163,10 @@
|
|||||||
#define DIRECT_PIN_FEATURE
|
#define DIRECT_PIN_FEATURE
|
||||||
|
|
||||||
//TIMESTAMP_FEATURE: set time system
|
//TIMESTAMP_FEATURE: set time system
|
||||||
#define TIMESTAMP_FEATURE
|
//#define TIMESTAMP_FEATURE
|
||||||
|
|
||||||
//FILESYSTEM_TIMESTAMP_FEATURE: display last write time from Flash files
|
//FILESYSTEM_TIMESTAMP_FEATURE: display last write time from Flash files
|
||||||
#define FILESYSTEM_TIMESTAMP_FEATURE
|
//#define FILESYSTEM_TIMESTAMP_FEATURE
|
||||||
|
|
||||||
//FILESYSTEM_TIMESTAMP_FEATURE:display last write time from SD files
|
//FILESYSTEM_TIMESTAMP_FEATURE:display last write time from SD files
|
||||||
//#define SD_TIMESTAMP_FEATURE
|
//#define SD_TIMESTAMP_FEATURE
|
||||||
|
@ -35,7 +35,7 @@ lib_ignore =
|
|||||||
ESPAsyncTCP
|
ESPAsyncTCP
|
||||||
|
|
||||||
[env:esp8266dev]
|
[env:esp8266dev]
|
||||||
platform = espressif8266
|
platform = https://github.com/platformio/platform-espressif8266.git
|
||||||
board = esp12e
|
board = esp12e
|
||||||
framework = arduino
|
framework = arduino
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
@ -45,7 +45,7 @@ board_build.f_cpu = 160000000L
|
|||||||
board_build.f_flash = 40000000L
|
board_build.f_flash = 40000000L
|
||||||
board_build.flash_mode = dout
|
board_build.flash_mode = dout
|
||||||
upload_resetmethod = ck
|
upload_resetmethod = ck
|
||||||
board_build.ldscript = eagle.flash.4m.ld
|
board_build.ldscript = eagle.flash.4m2m.ld
|
||||||
build_flags =
|
build_flags =
|
||||||
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
-D PIO_FRAMEWORK_ARDUINO_LWIP2_LOW_MEMORY
|
||||||
-DNONOSDK221=1
|
-DNONOSDK221=1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user