Skip to content

Commit

Permalink
add MuiPP lib dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
vortigont committed May 13, 2024
1 parent ac44f07 commit 7647284
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 7647284

Please sign in to comment.