Skip to content

Commit

Permalink
Troubleshooting info for serial
Browse files Browse the repository at this point in the history
  • Loading branch information
GiorgioAresu committed Jul 8, 2019
1 parent cf7a0c1 commit d6db491
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,21 @@ At this moment it supports up to 6 fans, depending on board ([https://www.arduin
### ESP32 Users:
#### AnalogWrite
Install [ESP32_AnalogWrite](https://github.com/ERROPiX/ESP32_AnalogWrite)

#### serial
If you're getting an error like
```
Traceback (most recent call last):
File "C:\Program Files (x86)\Arduino\hardware\espressif\esp32/tools/esptool.py", line 25, in <module>
import serial
ImportError: No module named serial
exit status 1
Error compiling for board ESP32 Dev Module.
```
then see [arduino-esp32](https://github.com/espressif/arduino-esp32/issues/13). TL;DR:

```$ pip install pyserial```

0 comments on commit d6db491

Please sign in to comment.