Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

This project is used with an [ESP32-WROOM-32D](https://www.espressif.com/sites/default/files/documentation/esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf) module with 4MB flash. It should be compatible with other ESP32 modules with no modification.

The project is built using ESP-IDF framework. There is no other dependencies. Important note: the project has been tested with ESP-IDF v4.4.x and v5.0.x successfully. There is no support for older releases.
The project is built using ESP-IDF framework. There is no other dependencies. Important note: the project has been tested with ESP-IDF v5.2.x, v5.3.x and v5.4.x successfully.

This project is developed under [VSCode](https://code.visualstudio.com) and using [ESP-IDF Extension](https://github.com/espressif/vscode-esp-idf-extension). If you need support to use the development environment, you can refer to the "ESP-IDF Extension help" section below.

Expand Down Expand Up @@ -42,7 +42,7 @@ Particularly, it is possible to activate the Device Troubleshoot add-on that wil

![Troubleshoot console](https://raw.githubusercontent.com/joelguittet/mender-esp32-example/master/.github/docs/troubleshoot.png)

Note this also constraints to download [esp_websocket_client](https://components.espressif.com/components/espressif/esp_websocket_client) in vscode, which is compatible with ESP-IDF v5.0 and later only.
Note this also constraints to download [esp_websocket_client](https://components.espressif.com/components/espressif/esp_websocket_client) in vscode, which is compatible with ESP-IDF v5.0 and later only (older ESP-IDF versions are no more supported by Espressif today).

### Execution of the application

Expand Down Expand Up @@ -184,7 +184,7 @@ You can customize the behavior of the example application to add your own checks

### Using Device Troubleshoot add-on

The Device Troubleshoot add-on permits to display the Zephyr Shell on the Mender interface. Autocompletion and colors are available.
The Device Troubleshoot add-on permits to display the ESP-IDF console on the Mender interface. Autocompletion and colors are available.

The Device Troubleshoot add-on also permits to upload/download files to/from the Mender server. The littlefs partition mounted at `/littlefs` is used to demonstrate this feature. To send a file to the device, destination path must start with `/littlefs`. To download a file from the device the full path is expected, starting with `/littlefs`.

Expand Down
4 changes: 2 additions & 2 deletions main/idf_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# limitations under the License.

dependencies:
espressif/esp_websocket_client: "~=1.2.3"
joltwallet/littlefs: "~=1.14.2"
espressif/esp_websocket_client: "~=1.4.0"
joltwallet/littlefs: "~=1.18.1"
4 changes: 0 additions & 4 deletions sdkconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ CONFIG_ESP_MAIN_TASK_STACK_SIZE=4096
CONFIG_ESP_TASK_WDT_TIMEOUT_S=60
CONFIG_FREERTOS_TIMER_TASK_STACK_DEPTH=3072
CONFIG_WS_BUFFER_SIZE=4096
CONFIG_APP_ROLLBACK_ENABLE=y
# CONFIG_APP_ANTI_ROLLBACK is not set
CONFIG_TASK_WDT_TIMEOUT_S=60
CONFIG_TIMER_TASK_STACK_DEPTH=3072