Skip to content

Commit

Permalink
boards: add SPA06 to KakuteH7/H7mini/H7v2 boards
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed Nov 27, 2024
1 parent def6ab5 commit 95b5859
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion boards/holybro/kakuteh7/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ then
icm42688p -R 6 -s start
fi

bmp280 -X start
if ! bmp280 -X start
then
spa06 -X start
fi
5 changes: 4 additions & 1 deletion boards/holybro/kakuteh7mini/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ then
fi
fi

bmp280 -X start
if ! bmp280 -X start
then
spa06 -X start
fi
5 changes: 4 additions & 1 deletion boards/holybro/kakuteh7v2/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ then
icm42688p -R 0 -s start
fi

bmp280 -X start
if ! bmp280 -X start
then
spa06 -X start
fi

0 comments on commit 95b5859

Please sign in to comment.