From 12bbc894a54af2686029d9b3695fa6d6324dc537 Mon Sep 17 00:00:00 2001 From: knkelec <47826107+knkelec@users.noreply.github.com> Date: Sun, 4 Aug 2019 11:35:15 +0100 Subject: [PATCH] Add the M5StickC library dependency information Pinned to 0.0.5 since that's what appears to compile against (0.0.7 does not) --- platformio.ini | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/platformio.ini b/platformio.ini index 34cb506..2464ead 100644 --- a/platformio.ini +++ b/platformio.ini @@ -1,15 +1,16 @@ -; PlatformIO Project Configuration File -; -; Build options: build flags, source filter -; Upload options: custom upload port, speed and extra flags -; Library options: dependencies, extra library storages -; Advanced options: extra scripting -; -; Please visit documentation for the other options and examples -; https://docs.platformio.org/page/projectconf.html +; PlatformIO Project Configuration File +; +; Build options: build flags, source filter +; Upload options: custom upload port, speed and extra flags +; Library options: dependencies, extra library storages +; Advanced options: extra scripting +; +; Please visit documentation for the other options and examples +; https://docs.platformio.org/page/projectconf.html [env:pico32] platform = espressif32 board = pico32 framework = arduino upload_speed = 1500000 +lib_deps = M5StickC@0.0.5