Skip to content

Commit

Permalink
Example config: add EspSoftwareSerial to libraries
Browse files Browse the repository at this point in the history
Add the EspSoftwareSerial library to dependencies in the example config, in order avoid compilation errors
  • Loading branch information
davidecavestro authored Mar 31, 2022
1 parent d5406d7 commit 47fce37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/roomba.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ esphome:
includes:
- roomba_component.h
libraries:
- EspSoftwareSerial
- Roomba=https://github.com/davidecavestro/Roomba.git
# - Roomba=file:///config/Roomba

Expand Down

0 comments on commit 47fce37

Please sign in to comment.