Git Product home page Git Product logo

Comments (4)

khoih-prog avatar khoih-prog commented on May 27, 2024

Thanks for using the library.

As I don't spend time with PIO and don't have good experience with it, I can only suggest that you check and remove unnecessary lines in library.json. For example:

library.json #L70-L87

   {
      "owner": "khoih-prog",
      "name": "EthernetWebServer_STM32",
      "version": "^1.1.0",
      "platforms": ["*"]
    },
    {
      "owner": "stm32duino",
      "name": "STM32duino LwIP",
      "version": "^2.1.2",
      "platforms": ["ststm32"]
    },
    {
      "owner": "stm32duino",
      "name": "STM32Ethernet",
      "version": "^1.2.0",
      "platforms": ["ststm32"]
    },

Those lines were added as precaution (more than just enough, covering all platforms / libraries) so that PIO users can easily select which are necessary.

If that deletion won't solve your issue, I suggest you post on PIO forum to ask for help from many experienced experts there.

If you find out and solve the issue, please giving back and help other users by posting the fix here.

Good Luck,

from websockets2_generic.

hendrikjvr avatar hendrikjvr commented on May 27, 2024

Thanks for your feedback. I will revert here if issue is resolved.

from websockets2_generic.

hendrikjvr avatar hendrikjvr commented on May 27, 2024

I removed all unnecessary lines in library.json for our case and removed all folders under libdeps\teensy41 that we won't need. Can build now without any errors. We are still waiting for our Teensy 4.1, so will confirm if upload is successful and websocket example works when it arrives.

from websockets2_generic.

khoih-prog avatar khoih-prog commented on May 27, 2024

I'm closing this issue now. If you have new issue after receiving Teensy 4.1, please post new issue.

from websockets2_generic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.