🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    FS.h missing

    FAQS
    2
    4
    14.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dpcons
      last edited by

      Downloaded m5stack library and examples from GitHub. Also downloaded and installed "Arduino-esp master". Tried to compile 'FactoryTest.ino". Got following error.

      C:\Users\dpcon\Documents\Arduino\libraries\M5Stack-master\src/M5Stack.h:94:16: fatal error: FS.h: No such file or directory

      also got same error on 'Display.ino'

      Any suggestions. Shouldn't FS.h be part of the package??

      JJJ 1 Reply Last reply Reply Quote 0
      • JJJ
        JJ @dpcons
        last edited by

        @dpcons

        Hey dpcons,
        I'm guessing you do not have this directory in your system:
        C:/Users/[YOUR_USER_NAME]/Documents/Arduino/hardware/espressif/esp32

        FS.h should reside in:
        C:\Users\YOUR_USER_NAME\Documents\Arduino\hardware\espressif\esp32\libraries\FS\src

        If your using windows the following link shows how to get this installed:
        https://github.com/m5stack/m5stack-board-support/blob/master/doc/windows.md

        FS.h should install as part of this. FactoryTest should work then.

        1 Reply Last reply Reply Quote 0
        • D
          dpcons
          last edited by

          Thanks JimiT,
          You were indeed correct. I discovered the instructions for windows later last night and finished the install correctly. The download links were somewhat misleading. I'm now good to go. Thanks again for the response.

          JJJ 1 Reply Last reply Reply Quote 0
          • JJJ
            JJ @dpcons
            last edited by

            @dpcons No problem. Enjoy !

            1 Reply Last reply Reply Quote 0
            • First post
              Last post