This version is a quick'n'dirty branch to display scrollbar on nodemcu SPIFFS file list. (in fact, scrollPane must be parent of nodemcuPanel)
Moreover, gui was almost modified for better ratio between panels.
This is really quick'n'dirty because gui code is dirty at base, and need to be heavily reworked (layouts, panels organisation, ...).
This work is enough for my usage.
NOTE : JAR file can be directly downloaded from target/ESPlorer.jar
The essential multiplatforms tools for any ESP8266 developer from luatool author’s, including a LUA for NodeMCU and MicroPython. Also, all AT commands are supported.
Requires Java 8 or above. Download the latest and greatest one from Oracle website.
- Windows(x86, x86-64)
- Linux(x86, x86-64, ARM soft & hard float)
- Solaris(x86, x86-64)
- Mac OS X(x86, x86-64, PPC, PPC64)
- Syntax highlighting LUA and Python code
- Code editor color themes: default, dark, Eclipse, IDEA, Visual Studio
- Undo/Redo editors features
- Code Autocomplete (Ctrl+Space)
- Smart send data to ESP8266 (without dumb send with fixed line delay), check correct answer from ESP8266 after every line.
- Code snippets
- Detailed logging
- and more, more more…
Check out Releases
mvnw.cmd clean package
./mvnw clean package
The build creates all-in-one executable ESPlorer.jar in the target folder.
Then run the app:
java -jar target/ESPlorer.jar