Skip to content

Commit

Permalink
revpi-connect-4: configure to use external antenna by default
Browse files Browse the repository at this point in the history
Changelog-entry:  revpi-connect-4: configure to use external antenna by default
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Nov 11, 2024
1 parent 1045e7c commit 38a7dce
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ do_deploy:append:revpi-connect-s() {
# the RevPi Connect 4 features a HAT EEPROM and the overlay name to be used is available the EEPROM so no need for a dtoverlay statement for that
do_deploy:append:revpi-connect-4() {
echo "dtoverlay=dwc2,dr_mode=host" >> ${DEPLOYDIR}/bootfiles/config.txt
# RevPi Connect 4 can have issues connecting to wifi AP's when using the default PCB antenna - configure to use external - even if no external
# antenna is connected, the pigtail still provides improvement
echo "dtparam=ant2" >> ${DEPLOYDIR}/bootfiles/config.txt
}

do_deploy:append:raspberrypicm4-ioboard-sb() {
Expand Down

0 comments on commit 38a7dce

Please sign in to comment.