mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
i2c_spi_buses: add '-q' for quiet startup flag (#14969)
* [WIP] i2c_spi_buses: add '-q' for quiet startup flag And enable for optional board sensors. * ROMFS: rc.sensors try starting all optional I2C sensors quietly Co-authored-by: Daniel Agar <daniel@agar.ca>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
adc start
|
||||
|
||||
# Internal SPI bus ICM-20602
|
||||
icm20602 -s -R 2 start
|
||||
icm20602 -s -R 2 -q start
|
||||
|
||||
# Internal SPI bus ICM-20689
|
||||
icm20689 -s -R 2 start
|
||||
|
||||
Reference in New Issue
Block a user