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}