Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
KipK committed Apr 12, 2023
2 parents cdfc998 + 2b4bcbe commit 3a05c6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/wired-ethernet.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ Subsequent upgrades:
esptool.py --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 openevse_esp32-gateway-e.bin
```

*Note: On Ubuntu 22.04 if you notice the ESP gateway is continually disconnect from the USB serail port,check this using `dmesg` then`sudo apt remove brltty` will fix this. This is because there is an ebook reader which shares the same serial adaptor chip as the ESP gateway and the udev rules conflict.*


For Ubuntu 22.04 the simplest solution is to remove the package brltty via sudo apt remove brltty

### For rev F/G

First upload:
Expand Down

0 comments on commit 3a05c6a

Please sign in to comment.