mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
1 mb compiling version
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
|
||||
[platformio]
|
||||
default_envs = esp8266
|
||||
default_envs = esp8266_01_1m
|
||||
;=============================================================================================================================================
|
||||
[common_env_data]
|
||||
lib_deps_external =
|
||||
@@ -38,7 +38,8 @@ framework = arduino
|
||||
;board = esp01_1m
|
||||
;board = esp12e
|
||||
board = nodemcuv2
|
||||
board_build.ldscript = eagle.flash.1m256.ld
|
||||
;board_build.ldscript = eagle.flash.1m256.ld
|
||||
board_build.ldscript = eagle.flash.1m512.ld
|
||||
platform = https://github.com/platformio/platform-espressif8266.git
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
@@ -47,12 +48,10 @@ lib_deps =
|
||||
ESPAsyncUDP
|
||||
EspSoftwareSerial
|
||||
CTBot
|
||||
SPIFFS
|
||||
monitor_filters = esp8266_exception_decoder
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
;board_build.filesystem = littlefs
|
||||
board_build.filesystem = SPIFFS
|
||||
board_build.filesystem = littlefs
|
||||
;=============================================================================================================================================
|
||||
[env:esp8266]
|
||||
framework = arduino
|
||||
|
||||
Reference in New Issue
Block a user