You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
193 B

  1. # libloragw configuration
  2. if PACKAGE_libloragw
  3. config SX1301_SPI_PATH
  4. string "SPI Dev Path"
  5. default /dev/spidev0.0
  6. config SX1301_SPI_SPEED
  7. string "SPI Speed (Hz)"
  8. default 8000000
  9. endif