diff --git a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx index 8f3b7aa5..18ed7eab 100644 --- a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx +++ b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx @@ -40,7 +40,7 @@ UART HATs and SX1302/SX1303 chip-based HATs are not supported. Only hats that us - Necessary system libraries should be installed before building or installing Meshtastic. ```shell -sudo apt install libgpiod-dev libyaml-cpp-dev libbluetooth-dev +sudo apt install libgpiod-dev libyaml-cpp-dev libbluetooth-dev libusb-1.0-0-dev libi2c-dev ``` - And optionally for web server support ```shell