Skip to content

Commit e4c79ba

Browse files
authored
chore(docs): add minimum Arduino IDE requirement (#46)
Signed-off-by: dankeboy36 <dankeboy36@gmail.com>
1 parent 880c91d commit e4c79ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ ESP Exception Decoder is an Arduino IDE 2.x extension that helps you understand
66

77
> ⚠️ This extension is not related to the [Visual Studio Code extension for Arduino](https://marketplace.visualstudio.com/items?itemName=vsciot-vscode.vscode-arduino). Please note that this extension does not work in VS Code.
88
9+
## Requirements
10+
11+
**Arduino IDE 2.2.0 or newer** is required. The extension relies on features introduced in [arduino/arduino-ide#2110](https://github.com/arduino/arduino-ide/issues/2110). Earlier versions (such as 2.1.1) are not supported and will result in errors like ["Sketch path is not set"](https://github.com/dankeboy36/esp-exception-decoder/issues/45).
12+
913
## Installation
1014

1115
1. Download the latest extension from the GitHub [release page](https://github.com/dankeboy36/esp-exception-decoder/releases/latest). The filename should be `esp-exception-decoder-${VERSION}.vsix`, where `${VERSION}` is the latest version.

0 commit comments

Comments
 (0)