Non Chrome based IDE #7583
Unanswered
espruino-discuss
asked this question in
Other Board General Questions
Replies: 1 comment
-
Posted at 2017-04-07 by @gfwilliams Moved to the 'Other boards' forum. If you type |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2017-04-07 by 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! :-)
Beta Was this translation helpful? Give feedback.
All reactions