Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a5c873b

Browse filesBrowse files
committed
Update README.md
1 parent 895a150 commit a5c873b
Copy full SHA for a5c873b

File tree

Expand file treeCollapse file tree

1 file changed

+11
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-5
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@
44
### Need help or have a question? Join the chat at [![https://gitter.im/espressif/arduino-esp32](https://badges.gitter.im/espressif/arduino-esp32.svg)](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

66
## Contents
7+
- [Development Status](#development-status)
78
- [Installation Instructions](#installation-instructions)
89
- [Decoding Exceptions](#decoding-exceptions)
910
- [Issue/Bug report template](#issuebug-report-template)
1011
- [ESP32Dev Board PINMAP](#esp32dev-board-pinmap)
1112

12-
## Installation Instructions
13+
### Development Status
14+
[Latest stable release ![Release Version](https://img.shields.io/github/release/espressif/arduino-esp32.svg?style=plastic) ![Release Date](https://img.shields.io/github/release-date/espressif/arduino-esp32.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/) ![Downloads](https://img.shields.io/github/downloads/espressif/arduino-esp32/latest/total.svg?style=plastic)
15+
16+
[Latest development release ![Development Version](https://img.shields.io/github/release/espressif/arduino-esp32/all.svg?style=plastic) ![Development Date](https://img.shields.io/github/release-date-pre/espressif/arduino-esp32.svg?style=plastic)](https://github.com/espressif/arduino-esp32/releases/latest/) ![Downloads](https://img.shields.io/github/downloads-pre/espressif/arduino-esp32/latest/total.svg?style=plastic)
17+
18+
### Installation Instructions
1319
- Using Arduino IDE Boards Manager (preferred)
1420
+ [Instructions for Boards Manager](docs/arduino-ide/boards_manager.md)
1521
- Using Arduino IDE with the development repository
@@ -23,19 +29,19 @@
2329
- [Using as ESP-IDF component](docs/esp-idf_component.md)
2430
- [Using OTAWebUpdater](docs/OTAWebUpdate/OTAWebUpdate.md)
2531

26-
#### Decoding exceptions
32+
### Decoding exceptions
2733

2834
You can use [EspExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder) to get meaningful call trace.
2935

30-
#### Issue/Bug report template
36+
### Issue/Bug report template
3137
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).
3238

3339
Finally, if you're sure no one else had the issue, follow the [ISSUE_TEMPLATE](docs/ISSUE_TEMPLATE.md) while reporting any issue.
3440

35-
## ESP32Dev Board PINMAP
41+
### ESP32Dev Board PINMAP
3642

3743
![Pin Functions](docs/esp32_pinmap.png)
3844

39-
## Hint
45+
### Hint
4046

4147
Sometimes to program ESP32 via serial you must keep GPIO0 LOW during the programming process

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.