Revert arduino baseline
This commit is contained in:
parent
88c396398d
commit
59b95cd68b
@ -44,16 +44,16 @@ build_flags =
|
|||||||
!python script/git_rev.py
|
!python script/git_rev.py
|
||||||
lib_deps =
|
lib_deps =
|
||||||
# Using local copy of these libraries
|
# Using local copy of these libraries
|
||||||
# https://github.com/mp-se/i2cdevlib.git#<document>
|
# https://github.com/mp-se/i2cdevlib.git#<document>
|
||||||
# https://github.com/mp-se/OneWire
|
# https://github.com/mp-se/OneWire
|
||||||
# https://github.com/mp-se/Arduino-Temperature-Control-Library
|
# https://github.com/mp-se/Arduino-Temperature-Control-Library
|
||||||
# https://github.com/khoih-prog/ESP_WiFiManager
|
# https://github.com/khoih-prog/ESP_WiFiManager
|
||||||
# https://github.com/khoih-prog/ESP_DoubleResetDetector
|
# https://github.com/khoih-prog/ESP_DoubleResetDetector
|
||||||
https://github.com/mp-se/tinyexpr # https://github.com/codeplea/tinyexpr
|
https://github.com/mp-se/tinyexpr # https://github.com/codeplea/tinyexpr
|
||||||
https://github.com/mp-se/Arduino-Log#1.1.1 # https://github.com/thijse/Arduino-Log
|
https://github.com/mp-se/Arduino-Log#1.1.1 # https://github.com/thijse/Arduino-Log
|
||||||
https://github.com/mp-se/ArduinoJson#v6.18.5 # https://github.com/bblanchon/ArduinoJson
|
https://github.com/mp-se/ArduinoJson#v6.18.5 # https://github.com/bblanchon/ArduinoJson
|
||||||
https://github.com/mp-se/arduinoCurveFitting#v1.0.6 # https://github.com/Rotario/arduinoCurveFitting
|
https://github.com/mp-se/arduinoCurveFitting#v1.0.6 # https://github.com/Rotario/arduinoCurveFitting
|
||||||
https://github.com/mp-se/arduino-mqtt#v2.5.0 # https://github.com/256dpi/arduino-mqtt
|
https://github.com/mp-se/arduino-mqtt#v2.5.0 # https://github.com/256dpi/arduino-mqtt
|
||||||
lib_deps32 =
|
lib_deps32 =
|
||||||
https://github.com/mp-se/NimBLE-Arduino#1.3.8 # https://github.com/h2zero/NimBLE-Arduino
|
https://github.com/mp-se/NimBLE-Arduino#1.3.8 # https://github.com/h2zero/NimBLE-Arduino
|
||||||
extra_scripts =
|
extra_scripts =
|
||||||
@ -102,8 +102,10 @@ lib_deps =
|
|||||||
${common_env_data.lib_deps}
|
${common_env_data.lib_deps}
|
||||||
board = ${common_env_data.board}
|
board = ${common_env_data.board}
|
||||||
build_type = release
|
build_type = release
|
||||||
|
#build_type = debug
|
||||||
board_build.filesystem = littlefs
|
board_build.filesystem = littlefs
|
||||||
build_src_filter = +<*> -<../test/tests*.cpp>
|
build_src_filter = +<*> -<../test/tests*.cpp>
|
||||||
|
monitor_filters = esp8266_exception_decoder
|
||||||
|
|
||||||
[env:gravity-unit]
|
[env:gravity-unit]
|
||||||
upload_speed = ${common_env_data.upload_speed}
|
upload_speed = ${common_env_data.upload_speed}
|
||||||
|
@ -12,8 +12,7 @@ Issues adressed
|
|||||||
|
|
||||||
Other
|
Other
|
||||||
+++++
|
+++++
|
||||||
* Update platformio arduino core libraries to ESP8266 4.1.0 and ESP32 6.0.0.
|
* Update tinyexpr library to latest baseline. For forumula evaluation.
|
||||||
* Update tinyexpr library to latest baseline.
|
|
||||||
|
|
||||||
v1.2.0
|
v1.2.0
|
||||||
======
|
======
|
||||||
|
Loading…
Reference in New Issue
Block a user