mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
mqtt reserve #2
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
; PlatformIO Project Configuration File
|
||||
;
|
||||
; Build options: build flags, source filter
|
||||
; Upload options: custom upload port, speed and extra flags
|
||||
; Library options: dependencies, extra library storages
|
||||
; Advanced options: extra scripting
|
||||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; https://docs.platformio.org/page/projectconf.html
|
||||
|
||||
[platformio]
|
||||
default_envs = esp8266_01_1m
|
||||
;=============================================================================================================================================
|
||||
default_envs = esp8266
|
||||
|
||||
[common_env_data]
|
||||
lib_deps_external =
|
||||
bblanchon/ArduinoJson @5.*
|
||||
@@ -15,7 +24,7 @@ lib_deps_internal =
|
||||
ESP Async WebServer
|
||||
GyverFilters
|
||||
OneWire
|
||||
;=============================================================================================================================================
|
||||
|
||||
[env:esp32]
|
||||
framework = arduino
|
||||
board = esp32dev
|
||||
@@ -32,15 +41,11 @@ upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
board_build.filesystem = littlefs
|
||||
extra_scripts = ./tools/littlefsbuilder.py
|
||||
;=============================================================================================================================================
|
||||
|
||||
[env:esp8266_01_1m]
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
;board = esp01_1m
|
||||
;board = esp12e
|
||||
board_build.ldscript = eagle.flash.1m512.ld
|
||||
;board_build.filesystem.spiffs_blocksize = 4096
|
||||
board_build.spiffs_blocksize = 4096
|
||||
platform = https://github.com/platformio/platform-espressif8266.git
|
||||
lib_deps =
|
||||
${common_env_data.lib_deps_external}
|
||||
@@ -53,7 +58,7 @@ monitor_filters = esp8266_exception_decoder
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
board_build.filesystem = littlefs
|
||||
;=============================================================================================================================================
|
||||
|
||||
[env:esp8266]
|
||||
framework = arduino
|
||||
board = nodemcuv2
|
||||
@@ -70,4 +75,3 @@ monitor_filters = esp8266_exception_decoder
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
board_build.filesystem = littlefs
|
||||
;=============================================================================================================================================
|
||||
|
||||
Reference in New Issue
Block a user