You are reading a single comment by @Sacha and its replies. Click here to read the full conversation.
  • Sorry, second question. When i use require in a condition like this:

    if(a=="extended")
    {
    require("modulename");
    }

    When i have the module on the sdcard will it be loaded at runtime if the condition is true. Memory on the board will be saved if the condition is false ?

    Thanks

    Sacha

About

Avatar for Sacha @Sacha started