Skip to content

Documentation Update - v1.0.1

Choose a tag to compare

@Ev3-Dev Ev3-Dev released this 10 Jun 11:59
· 1 commit to master since this release

Version 1.0.1 - Patch

This is a minor update that updates the documentation with a critical prerequisite for the EV3 brick. No changes were made to the application code itself.

⚠️ Critical Prerequisite for EV3 (Added in v1.0.1)

To use the C++ compilation feature, g++ must be installed on your EV3 brick. If it is a fresh ev3dev installation, please connect to your EV3 via SSH terminal and run these commands once before using the app:

sudo apt-get update
sudo apt-get install g++

(Note: Without this, the app can still view files and run Python scripts, but compiling C++ will result in an error).

🚀 General Features

  • EV3 filesystem viewer and editor
  • Support for running Python scripts and compiling C++ scripts with live console
  • Livestream of EV3 display, battery state, connected motor/sensors

🛠️ Installation & Usage (Windows)

  1. Download the v1.0.1 ZIP file below.
  2. Right-click the ZIP file and select Extract All.
  3. Open the extracted folder and double-click the executable to start.

📜 Licensing

This project is open-source and licensed under the GNU GPLv3. See the ATTRIBUTION.md inside the bundle for third-party credits.