From 76472840797482d7803a6e54d750908fdaf3427c Mon Sep 17 00:00:00 2001 From: Emil Muratov Date: Mon, 13 May 2024 23:12:53 +0900 Subject: [PATCH] add MuiPP lib dependency --- platformio.ini | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/platformio.ini b/platformio.ini index 10a1e07..ddee22f 100644 --- a/platformio.ini +++ b/platformio.ini @@ -13,19 +13,20 @@ board = PTS200 [env:pts200] extends = pts200_base lib_deps = - https://github.com/vortigont/ESPAsyncButton + vortigont/ESPAsyncButton @ ~1.2 + https://github.com/vortigont/MuiPlusPlus vdeconinck/QC3Control @ ^1.4.1 olikraus/U8g2 @ ^2.34.17 madhephaestus/ESP32AnalogRead @ ^0.2.1 ;br3ttb/PID @ ^1.2.1 mike-matera/FastPID @ ~1.3 sparkfun/SparkFun LIS2DH12 Arduino Library @ ^1.0.3 -build_src_flags = - -std=gnu++17 +;build_src_flags = +; -std=gnu++17 build_unflags = -std=gnu++11 -;build_flags = -; -std=gnu++17 +build_flags = + -std=gnu++17 [env:pts200debug]