From c054b6ed777eeb56b0880eeb830b91aec3ba8307 Mon Sep 17 00:00:00 2001 From: renletao Date: Fri, 10 Jan 2025 10:49:39 +0800 Subject: [PATCH] Arduino Board Manager message update --- examples/bugc_robot_test/bugc_robot_test.ino | 4 ++-- examples/driver/driver.ino | 2 +- examples/ir_nec_rx/ir_nec_rx.ino | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/bugc_robot_test/bugc_robot_test.ino b/examples/bugc_robot_test/bugc_robot_test.ino index a069741..f116833 100644 --- a/examples/bugc_robot_test/bugc_robot_test.ino +++ b/examples/bugc_robot_test/bugc_robot_test.ino @@ -5,7 +5,7 @@ * * * @Hardwares: M5StickC/M5stickC-Plus/M5stickC-Plus2 + Hat BugC2 - * @Platform Version: Arduino M5Stack Board Manager v2.1.1 + * @Platform Version: Arduino M5Stack Board Manager v2.1.3 * @Dependent Library: * M5GFX@^0.2.3: https://github.com/m5stack/M5GFX * M5Unified@^0.2.2: https://github.com/m5stack/M5Unified @@ -13,7 +13,7 @@ */ #include -#include "M5Hatbugc.h" +#include "M5HatBugC.h" #include "img.h" M5HatBugC bugc; diff --git a/examples/driver/driver.ino b/examples/driver/driver.ino index 1130e1b..496f8a5 100644 --- a/examples/driver/driver.ino +++ b/examples/driver/driver.ino @@ -5,7 +5,7 @@ * * * @Hardwares: M5StickC + Hat BugC2 - * @Platform Version: Arduino M5Stack Board Manager v2.1.1 + * @Platform Version: Arduino M5Stack Board Manager v2.1.3 * @Dependent Library: * M5HatBugC: https://github.com/m5stack/M5Hat-BugC */ diff --git a/examples/ir_nec_rx/ir_nec_rx.ino b/examples/ir_nec_rx/ir_nec_rx.ino index e0cfde0..d9aa217 100644 --- a/examples/ir_nec_rx/ir_nec_rx.ino +++ b/examples/ir_nec_rx/ir_nec_rx.ino @@ -5,7 +5,7 @@ * * * @Hardwares: M5StickC + Hat BugC2 - * @Platform Version: Arduino M5Stack Board Manager v2.1.1 + * @Platform Version: Arduino M5Stack Board Manager v2.1.3 * @Dependent Library: * M5HatBugC: https://github.com/m5stack/M5Hat-BugC * IRremote: https://github.com/Arduino-IRremote/Arduino-IRremote