From 06ba753d70ad8b960becafbb8c0b84018b228d8a Mon Sep 17 00:00:00 2001 From: Youen Date: Fri, 24 May 2024 23:58:36 +0200 Subject: [PATCH] Added basic info to use the Eclipse IDE --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 018e3f7..a6866b2 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,8 @@ Once installed, go in folder `vehicle-monitor/ESP32` and run the command `pio ru You can upload to the ESP32 chip with the command `pio run -t upload`. Please refer to the PlatformIO documentation to learn how to configure the connection to your ESP32. -You will also need to upload some files to the ESP32 file system (SPIFFS). These files are stored in `vehicle-monitor/ESP32/data`, and the subfolder `www` is actually a symlink to the web app you built in the previous section. To upload the files, run `pio run -t uploadfs`. Again, if needed, refer to the PlatformIO documentation for details. \ No newline at end of file +You will also need to upload some files to the ESP32 file system (SPIFFS). These files are stored in `vehicle-monitor/ESP32/data`, and the subfolder `www` is actually a symlink to the web app you built in the previous section. To upload the files, run `pio run -t uploadfs`. Again, if needed, refer to the PlatformIO documentation for details. + +# Using Eclipse as IDE + +The repository contains a `.metadata` folder, `.project` files, and a `.cproject` file for the CDT plugin. It's not perfect but brings some autocompletion and error linting. On Windows, you will need to add a `HOME` environment variable pointing to `C:\Users\your_user_name` for include files to be correctly found by CDT.