Avatar for user75571

user75571

Member since Apr 2017 • Last active Apr 2017
  • 1 conversations
  • 1 comments

Most recent activity

    • 2 comments
    • 2,098 views
  • in General
    Avatar for user75571

    Hello,

    I'm looking for a possibility to develop software for my ESP8266 without using the Chrome IDE for privacy concerns. Is there any way to do that? The main problem is, that I need the modules, such as WIFI and so on. Of course, I could use

    Modules.cached("ModuleName","return 'Code';");

    but I don't think the modules are cached if the power supply is interrupted. The next problem is, that the modules depend on each other, so I would cache a lot of other modules, in order to use, for example, the Wifi module.

    Any help is appreciated! :-)

Actions