Fixed typo in path for 2nd configuration change

The second configuration file that needs to be changed, `asteroid/src/meta-asteroid/recipes-connectivity/bluez5/bluez5/main.conf`, was incorrectly referenced in the guide with a duplicate `src` in the path. Super small typo, but figured it was a path and worthy of fixing in the real documentation.
patch-1
John Hammond 2017-12-25 12:10:34 -05:00 committed by GitHub
parent 3fb51a2369
commit c9d9dae765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ layout: documentation
</div>
<p>In order to use BT PAN on AsteroidOS, you first need to modify the default image. Start by adding the following packages to the <i>IMAGE_INSTALL</i> variable of <i>asteroid/src/meta-asteroid/classes/asteroid-image.bbclass</i>:</p>
<pre><code>bluez5-testtools bluez5-noinst-tools python-dbus connman-client</code></pre>
<p>You also need to modify the bluez5s main configuration in <i>asteroid/src/src/meta-asteroid/recipes-connectivity/bluez5/bluez5/main.conf</i> to</p>
<p>You also need to modify the bluez5s main configuration in <i>asteroid/src/meta-asteroid/recipes-connectivity/bluez5/bluez5/main.conf</i> to</p>
<pre><code>[General]
#ControllerMode = le
DiscoverableTimeout = 180</code></pre>