From 5760138c7691caeec195c93966f430eac3b3989d Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sat, 2 Sep 2023 15:25:01 +0200 Subject: [PATCH] M5StickC_Plus library version update --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index f1613fc6bd..e48353f4be 100644 --- a/platformio.ini +++ b/platformio.ini @@ -564,7 +564,7 @@ build_flags = ${common.build_flags_esp32} -D I2S_USE_RIGHT_CHANNEL ;; might be needed, if your microphone uses the right channel instead of left -D USERMOD_ARTIFX ; WLEDMM usermod lib_deps = ${esp32.lib_deps} - https://github.com/m5stack/M5StickC-Plus.git @ ~0.0.8 ;; specific hardware driver library + https://github.com/m5stack/M5StickC-Plus.git @ ~0.1.0 ;; specific hardware driver library lib_ignore = IRremoteESP8266 ; use with WLED_DISABLE_INFRARED for faster compilation monitor_filters = esp32_exception_decoder ; used to show crash details board_build.partitions = ${esp32.default_partitions}