|
4 | 4 | ### Need help or have a question? Join the chat at [](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
5 | 5 |
|
6 | 6 | ## Contents
|
| 7 | +- [Development Status](#development-status) |
7 | 8 | - [Installation Instructions](#installation-instructions)
|
8 | 9 | - [Decoding Exceptions](#decoding-exceptions)
|
9 | 10 | - [Issue/Bug report template](#issuebug-report-template)
|
10 | 11 | - [ESP32Dev Board PINMAP](#esp32dev-board-pinmap)
|
11 | 12 |
|
12 |
| -## Installation Instructions |
| 13 | +### Development Status |
| 14 | +[Latest stable release  ](https://github.com/espressif/arduino-esp32/releases/latest/)  |
| 15 | + |
| 16 | +[Latest development release  ](https://github.com/espressif/arduino-esp32/releases/latest/)  |
| 17 | + |
| 18 | +### Installation Instructions |
13 | 19 | - Using Arduino IDE Boards Manager (preferred)
|
14 | 20 | + [Instructions for Boards Manager](docs/arduino-ide/boards_manager.md)
|
15 | 21 | - Using Arduino IDE with the development repository
|
|
23 | 29 | - [Using as ESP-IDF component](docs/esp-idf_component.md)
|
24 | 30 | - [Using OTAWebUpdater](docs/OTAWebUpdate/OTAWebUpdate.md)
|
25 | 31 |
|
26 |
| -#### Decoding exceptions |
| 32 | +### Decoding exceptions |
27 | 33 |
|
28 | 34 | You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.
|
29 | 35 |
|
30 |
| -#### Issue/Bug report template |
| 36 | +### Issue/Bug report template |
31 | 37 | Before reporting an issue, make sure you've searched for similar one that was already created. Also make sure to go through all the issues labelled as [for reference](https://github.com/espressif/arduino-esp32/issues?utf8=%E2%9C%93&q=is%3Aissue%20label%3A%22for%20reference%22%20).
|
32 | 38 |
|
33 | 39 | Finally, if you're sure no one else had the issue, follow the [ISSUE_TEMPLATE](docs/ISSUE_TEMPLATE.md) while reporting any issue.
|
34 | 40 |
|
35 |
| -## ESP32Dev Board PINMAP |
| 41 | +### ESP32Dev Board PINMAP |
36 | 42 |
|
37 | 43 | 
|
38 | 44 |
|
39 |
| -## Hint |
| 45 | +### Hint |
40 | 46 |
|
41 | 47 | Sometimes to program ESP32 via serial you must keep GPIO0 LOW during the programming process
|
0 commit comments