mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
fix versions for Library
This commit is contained in:
@@ -11,7 +11,7 @@ default_envs = debug
|
|||||||
; -DTESTS
|
; -DTESTS
|
||||||
; -DCRASH
|
; -DCRASH
|
||||||
; -DFORCE_SERIAL
|
; -DFORCE_SERIAL
|
||||||
custom_flags =
|
custom_flags =
|
||||||
|
|
||||||
;general_flags = -DNO_GLOBAL_EEPROM -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH -DBEARSSL_SSL_BASIC
|
;general_flags = -DNO_GLOBAL_EEPROM -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH -DBEARSSL_SSL_BASIC
|
||||||
general_flags = -DNO_GLOBAL_EEPROM
|
general_flags = -DNO_GLOBAL_EEPROM
|
||||||
@@ -20,16 +20,17 @@ general_flags = -DNO_GLOBAL_EEPROM
|
|||||||
framework = arduino
|
framework = arduino
|
||||||
platform = espressif8266
|
platform = espressif8266
|
||||||
lib_deps =
|
lib_deps =
|
||||||
https://github.com/bakercp/CRC32
|
https://github.com/rlogiacco/CircularBuffer
|
||||||
https://github.com/rlogiacco/CircularBuffer
|
|
||||||
https://github.com/PaulStoffregen/OneWire
|
https://github.com/PaulStoffregen/OneWire
|
||||||
https://github.com/xoseperez/justwifi
|
|
||||||
https://github.com/marvinroger/async-mqtt-client
|
|
||||||
https://github.com/xoseperez/eeprom_rotate
|
|
||||||
https://github.com/bblanchon/ArduinoJson
|
|
||||||
https://github.com/me-no-dev/ESPAsyncUDP
|
|
||||||
https://github.com/me-no-dev/ESPAsyncTCP
|
|
||||||
https://github.com/me-no-dev/ESPAsyncWebServer#b0c6144
|
https://github.com/me-no-dev/ESPAsyncWebServer#b0c6144
|
||||||
|
https://github.com/bakercp/CRC32
|
||||||
|
JustWifi@2.0.2
|
||||||
|
AsyncMqttClient@0.8.2
|
||||||
|
EEPROM_Rotate@0.9.2
|
||||||
|
ArduinoJson@6.12.0
|
||||||
|
;https://github.com/bblanchon/ArduinoJson#v6.13.0
|
||||||
|
ESPAsyncUDP
|
||||||
|
ESPAsyncTCP@1.2.2
|
||||||
upload_speed = 921600
|
upload_speed = 921600
|
||||||
monitor_speed = 115200
|
monitor_speed = 115200
|
||||||
|
|
||||||
@@ -37,11 +38,10 @@ monitor_speed = 115200
|
|||||||
;upload_port = /dev/cu.wchusbserial14403
|
;upload_port = /dev/cu.wchusbserial14403
|
||||||
;upload_port = /dev/cu.usbserial-1440
|
;upload_port = /dev/cu.usbserial-1440
|
||||||
|
|
||||||
; comment next 2 lines is not using OTA
|
; uncomment next 2 lines if using OTA
|
||||||
upload_protocol = espota
|
;upload_protocol = espota
|
||||||
upload_port = ems-esp.local
|
;upload_port = ems-esp.local
|
||||||
|
|
||||||
# Special build for CI test
|
|
||||||
[env:travis]
|
[env:travis]
|
||||||
board = esp12e
|
board = esp12e
|
||||||
build_flags = ${common.general_flags}
|
build_flags = ${common.general_flags}
|
||||||
|
|||||||
Reference in New Issue
Block a user