Giter Club home page Giter Club logo

Comments (1)

SV-Zanshin avatar SV-Zanshin commented on June 21, 2024

I've changed this from a "bug" to an "enhancement" because the way the library currently works is not incorrect, it is just different from what you would like to see. The addition of the ESP32 and ESP8266 devices came after the initial library was developed and considering the amount of free RAM these devices have (at least compared to an Atmel microprocessor) a generous allocation of 512B is made. This allocation is not done during class instantiation, as the library was developed to push all of the actual initialization into the begin() method rather than class instantiation. This gives greater flexibility at runtime where sometimes the hardware is not initialized by Arduino IDE at the point in time where the class is instantiated - many libraries use this "delay" tactic.

It would be possible to change this 512B allocation to a size of (expected_devices * instance size) to reduce the memory footprint.

Is there a specific problem that you are seeing, or is this more of a general discussion as to how to make the library more generally useable?

from ina.

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.