Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. takurx
    3. Posts
    T
    • Continue chat with takurx
    • Start new chat with takurx
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by takurx

    • RE: 質問:M5Stackライブラリをアップデートできません

      私もそのエラーがでました。
      下記のmaze2904さんの方法で解決しました。

      M5Stack Basic V2.7: can't install library M5Stack | M5Stack Community
      https://community.m5stack.com/topic/5642/m5stack-basic-v2-7-can-t-install-library-m5stack/5
      M5Stack Library won't install on Arduino IDE · Issue #314 · m5stack/M5Stack
      https://github.com/m5stack/M5Stack/issues/314

      The package's name "MODULE_GRBL13.2" in library.properties should be "MODULE_GRBL_13.2" (underline instead of space before 13.2).

      So

      1. download M5Stack
      2. unzip it
      3. edit file "library.properties", line to "depends=M5Family,M5Module-4Relay,MODULE_GRBL_13.2,M5_BMM150"
      4. zip it and install zipped library
      5. restart IDE
      6. update now performed flawless

      m5stack/M5Stack: M5Stack Arduino Library
      https://github.com/m5stack/M5Stack
      からzipファイルをダウンロードして
      解凍して
      library.propertiesを
      "MODULE_GRBL13.2" から "MODULE_GRBL_13.2"
      に書き換えて
      再度ZIP圧縮して
      Arduino IDEで
      sketch > Include Library > add .ZIP Library...
      からそのzipファイルを追加して
      Arduino IDEを再起動したところ、解決しました。

      posted in 日本語フォーラム
      T
      takurx