mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 09:49:54 +03:00
minor updates
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
[platformio]
|
||||
default_envs = release
|
||||
;default_envs = debug
|
||||
; default_envs = debug
|
||||
|
||||
[common]
|
||||
; custom build options are:
|
||||
@@ -14,7 +14,7 @@ default_envs = release
|
||||
; -DFORCE_SERIAL
|
||||
; -DMYESP_DEBUG
|
||||
; -DSENSOR_MQTT_USEID
|
||||
;custom_flags = -DFORCE_SERIAL -DMYESP_DEBUG -DEMSESP_SIMULATE
|
||||
; custom_flags = -DFORCE_SERIAL -DMYESP_DEBUG -DEMSESP_SIMULATE
|
||||
custom_flags =
|
||||
|
||||
# Available lwIP variants (macros):
|
||||
@@ -27,7 +27,7 @@ custom_flags =
|
||||
# -DVTABLES_IN_FLASH
|
||||
# -DNO_GLOBAL_EEPROM
|
||||
# -DBEARSSL_SSL_BASIC
|
||||
#general_flags = -DNO_GLOBAL_EEPROM -DVTABLES_IN_FLASH -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
|
||||
# general_flags = -DNO_GLOBAL_EEPROM -DVTABLES_IN_FLASH -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH
|
||||
general_flags = -DNO_GLOBAL_EEPROM
|
||||
|
||||
|
||||
@@ -40,10 +40,7 @@ build_flags = ${common.general_flags} -std=c++11 -fno-exceptions
|
||||
|
||||
[env]
|
||||
framework = arduino
|
||||
;platform = espressif8266@2.2.2 ; arduino core 2.5.2
|
||||
platform = espressif8266
|
||||
;platform = https://github.com/platformio/platform-espressif8266#develop
|
||||
;platform = https://github.com/platformio/platform-espressif8266#feature/stage
|
||||
lib_compat_mode = strict
|
||||
lib_deps =
|
||||
https://github.com/rlogiacco/CircularBuffer
|
||||
@@ -56,7 +53,7 @@ lib_deps =
|
||||
JustWifi@2.0.2 ; https://github.com/xoseperez/justwifi
|
||||
AsyncMqttClient@0.8.2 ; https://github.com/marvinroger/async-mqtt-client
|
||||
EEPROM_Rotate@0.9.2 ; https://github.com/xoseperez/eeprom_rotate
|
||||
ArduinoJson@6.14.1 ; https://github.com/bblanchon/ArduinoJson
|
||||
https://github.com/bblanchon/ArduinoJson
|
||||
ESPAsyncTCP@1.2.2 ; https://github.com/me-no-dev/ESPAsyncTCP
|
||||
upload_speed = 921600
|
||||
monitor_speed = 115200
|
||||
|
||||
Reference in New Issue
Block a user