Skip to content

Commit 1d4973a

Browse files
fabaffme-no-dev
authored andcommitted
Fix heading (#412)
1 parent fb595e5 commit 1d4973a

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

README.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
2525

2626
### Using through Arduino IDE
2727

28-
###[Instructions for Windows](doc/windows.md)
28+
#### [Instructions for Windows](doc/windows.md)
2929

3030
#### Instructions for Mac
3131
- Install latest Arduino IDE from [arduino.cc](https://www.arduino.cc/en/Main/Software)
@@ -58,6 +58,21 @@ Most of the framework is implemented. Most noticable is the missing analogWrite.
5858
```
5959
- Restart Arduino IDE
6060

61+
#### Instructions for Fedora
62+
- Install the latest Arduino IDE from [arduino.cc](https://www.arduino.cc/en/Main/Software). `$ sudo dnf -y install arduino` will most likely install an older release.
63+
- Open Terminal and execute the following command (copy->paste and hit enter):
64+
65+
```bash
66+
sudo usermod -a -G dialout $USER && \
67+
sudo dnf install git python3-pip python3-pyserial && \
68+
mkdir -p ~/Arduino/hardware/espressif && \
69+
cd ~/Arduino/hardware/espressif && \
70+
git clone https://github.com/espressif/arduino-esp32.git esp32 && \
71+
cd esp32/tools/ && \
72+
python get.py
73+
```
74+
- Restart Arduino IDE
75+
6176
#### Decoding exceptions
6277

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

0 commit comments

Comments
 (0)