Skip to content

Commit

Permalink
swap out header file for one that doesn't tie up gpio pins 14 and 15 …
Browse files Browse the repository at this point in the history
…for waveshare_2

Signed-off-by: Andrew Jaswa <[email protected]>
  • Loading branch information
Andrew Jaswa committed Oct 10, 2020
1 parent 713a14c commit 2ddf040
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/pwnagotchi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
chdir: /usr/local/src/gratis
target: rpi
params:
EPD_IO: epd_io.h
EPD_IO: epd_io_free_uart.h
PANEL_VERSION: 'V231_G2'
when: gratisgit.changed

Expand All @@ -187,7 +187,7 @@
chdir: /usr/local/src/gratis
target: rpi-install
params:
EPD_IO: epd_io.h
EPD_IO: epd_io_free_uart.h
PANEL_VERSION: 'V231_G2'
when: gratisgit.changed

Expand Down

0 comments on commit 2ddf040

Please sign in to comment.