• If you define modules location in the IDE (using the sandbox thingie - not sure if there's something else you're talking about), when you require() a module, it will look in the modules location first. Failing that, it will try to get it online. So you can just set a local location for modules and put your one modified version there, and you're good.

    That said, the correct solution is to modify the ssd1306 module so it takes an extra parameter in connect, and submit that via a pull request to the EspruinoDocs github so everyone can use it.

About

Avatar for DrAzzy @DrAzzy started